GoogleCloudMlV1Job constructor
GoogleCloudMlV1Job({
- String? createTime,
- String? endTime,
- String? errorMessage,
- String? etag,
- String? jobId,
- String? jobPosition,
- Map<
String, String> ? labels, - GoogleCloudMlV1PredictionInput? predictionInput,
- GoogleCloudMlV1PredictionOutput? predictionOutput,
- String? startTime,
- String? state,
- GoogleCloudMlV1TrainingInput? trainingInput,
- GoogleCloudMlV1TrainingOutput? trainingOutput,
Implementation
GoogleCloudMlV1Job({
this.createTime,
this.endTime,
this.errorMessage,
this.etag,
this.jobId,
this.jobPosition,
this.labels,
this.predictionInput,
this.predictionOutput,
this.startTime,
this.state,
this.trainingInput,
this.trainingOutput,
});