GoogleCloudDatalabelingV1p2alpha1CreateInstructionMetadata constructor
GoogleCloudDatalabelingV1p2alpha1CreateInstructionMetadata({
- String? createTime,
- String? instruction,
- List<
GoogleRpcStatus> ? partialFailures,
Implementation
GoogleCloudDatalabelingV1p2alpha1CreateInstructionMetadata({
this.createTime,
this.instruction,
this.partialFailures,
});