GoogleCloudAiplatformV1FileStatus constructor

GoogleCloudAiplatformV1FileStatus({
  1. String? errorStatus,
  2. String? state,
})

Implementation

GoogleCloudAiplatformV1FileStatus({
  this.errorStatus,
  this.state,
});