GoogleCloudAiplatformV1TrainingPipeline constructor
GoogleCloudAiplatformV1TrainingPipeline({
- String? createTime,
- String? displayName,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? endTime,
- GoogleRpcStatus? error,
- GoogleCloudAiplatformV1InputDataConfig? inputDataConfig,
- Map<
String, String> ? labels, - String? modelId,
- GoogleCloudAiplatformV1Model? modelToUpload,
- String? name,
- String? parentModel,
- String? startTime,
- String? state,
- String? trainingTaskDefinition,
- Object? trainingTaskInputs,
- Object? trainingTaskMetadata,
- String? updateTime,
Implementation
GoogleCloudAiplatformV1TrainingPipeline({
this.createTime,
this.displayName,
this.encryptionSpec,
this.endTime,
this.error,
this.inputDataConfig,
this.labels,
this.modelId,
this.modelToUpload,
this.name,
this.parentModel,
this.startTime,
this.state,
this.trainingTaskDefinition,
this.trainingTaskInputs,
this.trainingTaskMetadata,
this.updateTime,
});