GoogleCloudAiplatformV1PipelineTaskDetail constructor
GoogleCloudAiplatformV1PipelineTaskDetail({
- String? createTime,
- String? endTime,
- GoogleRpcStatus? error,
- GoogleCloudAiplatformV1Execution? execution,
- GoogleCloudAiplatformV1PipelineTaskExecutorDetail? executorDetail,
- Map<
String, GoogleCloudAiplatformV1PipelineTaskDetailArtifactList> ? inputs, - Map<
String, GoogleCloudAiplatformV1PipelineTaskDetailArtifactList> ? outputs, - String? parentTaskId,
- List<
GoogleCloudAiplatformV1PipelineTaskDetailPipelineTaskStatus> ? pipelineTaskStatus, - String? startTime,
- String? state,
- String? taskId,
- String? taskName,
Implementation
GoogleCloudAiplatformV1PipelineTaskDetail({
this.createTime,
this.endTime,
this.error,
this.execution,
this.executorDetail,
this.inputs,
this.outputs,
this.parentTaskId,
this.pipelineTaskStatus,
this.startTime,
this.state,
this.taskId,
this.taskName,
});