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