GoogleCloudAiplatformV1CustomJob constructor
GoogleCloudAiplatformV1CustomJob({
- String? createTime,
- String? displayName,
- GoogleCloudAiplatformV1EncryptionSpec? encryptionSpec,
- String? endTime,
- GoogleRpcStatus? error,
- GoogleCloudAiplatformV1CustomJobSpec? jobSpec,
- Map<
String, String> ? labels, - String? name,
- String? startTime,
- String? state,
- String? updateTime,
- Map<
String, String> ? webAccessUris,
Implementation
GoogleCloudAiplatformV1CustomJob({
this.createTime,
this.displayName,
this.encryptionSpec,
this.endTime,
this.error,
this.jobSpec,
this.labels,
this.name,
this.startTime,
this.state,
this.updateTime,
this.webAccessUris,
});