Uses of Class
com.google.cloud.datalabeling.v1beta1.Attempt
-
Packages that use Attempt Package Description com.google.cloud.datalabeling.v1beta1 A client to Data Labeling API -
-
Uses of Attempt in com.google.cloud.datalabeling.v1beta1
Methods in com.google.cloud.datalabeling.v1beta1 that return Attempt Modifier and Type Method Description AttemptAttempt.Builder. build()AttemptAttempt.Builder. buildPartial()AttemptEvaluationJob.Builder. getAttempts(int index)Output only.AttemptEvaluationJob. getAttempts(int index)Output only.AttemptEvaluationJobOrBuilder. getAttempts(int index)Output only.static AttemptAttempt. getDefaultInstance()AttemptAttempt.Builder. getDefaultInstanceForType()AttemptAttempt. getDefaultInstanceForType()static AttemptAttempt. parseDelimitedFrom(InputStream input)static AttemptAttempt. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttemptAttempt. parseFrom(byte[] data)static AttemptAttempt. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttemptAttempt. parseFrom(com.google.protobuf.ByteString data)static AttemptAttempt. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttemptAttempt. parseFrom(com.google.protobuf.CodedInputStream input)static AttemptAttempt. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttemptAttempt. parseFrom(InputStream input)static AttemptAttempt. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AttemptAttempt. parseFrom(ByteBuffer data)static AttemptAttempt. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.datalabeling.v1beta1 that return types with arguments of type Attempt Modifier and Type Method Description List<Attempt>EvaluationJob.Builder. getAttemptsList()Output only.List<Attempt>EvaluationJob. getAttemptsList()Output only.List<Attempt>EvaluationJobOrBuilder. getAttemptsList()Output only.com.google.protobuf.Parser<Attempt>Attempt. getParserForType()static com.google.protobuf.Parser<Attempt>Attempt. parser()Methods in com.google.cloud.datalabeling.v1beta1 with parameters of type Attempt Modifier and Type Method Description EvaluationJob.BuilderEvaluationJob.Builder. addAttempts(int index, Attempt value)Output only.EvaluationJob.BuilderEvaluationJob.Builder. addAttempts(Attempt value)Output only.Attempt.BuilderAttempt.Builder. mergeFrom(Attempt other)static Attempt.BuilderAttempt. newBuilder(Attempt prototype)EvaluationJob.BuilderEvaluationJob.Builder. setAttempts(int index, Attempt value)Output only.Method parameters in com.google.cloud.datalabeling.v1beta1 with type arguments of type Attempt Modifier and Type Method Description EvaluationJob.BuilderEvaluationJob.Builder. addAllAttempts(Iterable<? extends Attempt> values)Output only.
-