GoogleCloudAiplatformV1PipelineJob constructor
GoogleCloudAiplatformV1PipelineJob({
- String? createTime,
- String? displayName,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? endTime,
- GoogleRpcStatus? error,
- GoogleCloudAiplatformV1PipelineJobDetail? jobDetail,
- Map<
String, String> ? labels, - String? name,
- String? network,
- Map<
String, Object?> ? pipelineSpec, - List<
String> ? reservedIpRanges, - GoogleCloudAiplatformV1PipelineJobRuntimeConfig? runtimeConfig,
- String? scheduleName,
- String? serviceAccount,
- String? startTime,
- String? state,
- GoogleCloudAiplatformV1PipelineTemplateMetadata? templateMetadata,
- String? templateUri,
- String? updateTime,
Implementation
GoogleCloudAiplatformV1PipelineJob({
this.createTime,
this.displayName,
this.encryptionSpec,
this.endTime,
this.error,
this.jobDetail,
this.labels,
this.name,
this.network,
this.pipelineSpec,
this.reservedIpRanges,
this.runtimeConfig,
this.scheduleName,
this.serviceAccount,
this.startTime,
this.state,
this.templateMetadata,
this.templateUri,
this.updateTime,
});