public sealed class CreateInstructionMetadata : IMessage<CreateInstructionMetadata>, IEquatable<CreateInstructionMetadata>, IDeepCloneable<CreateInstructionMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Data Labeling v1beta1 API class CreateInstructionMetadata.
Metadata of a CreateInstruction operation.
Implements
IMessageCreateInstructionMetadata, IEquatableCreateInstructionMetadata, IDeepCloneableCreateInstructionMetadata, IBufferMessage, IMessageNamespace
Google.Cloud.DataLabeling.V1Beta1Assembly
Google.Cloud.DataLabeling.V1Beta1.dll
Constructors
CreateInstructionMetadata()
public CreateInstructionMetadata()
CreateInstructionMetadata(CreateInstructionMetadata)
public CreateInstructionMetadata(CreateInstructionMetadata other)
Parameter | |
---|---|
Name | Description |
other |
CreateInstructionMetadata |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Timestamp when create instruction request was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Instruction
public string Instruction { get; set; }
The name of the created Instruction. projects/{project_id}/instructions/{instruction_id}
Property Value | |
---|---|
Type | Description |
string |
PartialFailures
public RepeatedField<Status> PartialFailures { get; }
Partial failures encountered. E.g. single files that couldn't be read. Status details field will contain standard GCP error details.
Property Value | |
---|---|
Type | Description |
RepeatedFieldStatus |