| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1beta1.schema.predict.prediction |
| Modifier and Type | Method and Description |
|---|---|
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.addAllConfidences(Iterable<? extends Float> values)
The Model's confidences in correctness of the predicted IDs, higher value
means higher confidence.
|
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.addAllDisplayNames(Iterable<String> values)
The display names of the AnnotationSpecs that had been identified, order
matches the IDs.
|
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.addAllIds(Iterable<? extends Long> values)
The resource IDs of the AnnotationSpecs that had been identified.
|
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.addConfidences(float value)
The Model's confidences in correctness of the predicted IDs, higher value
means higher confidence.
|
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.addDisplayNames(String value)
The display names of the AnnotationSpecs that had been identified, order
matches the IDs.
|
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.addDisplayNamesBytes(com.google.protobuf.ByteString value)
The display names of the AnnotationSpecs that had been identified, order
matches the IDs.
|
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.addIds(long value)
The resource IDs of the AnnotationSpecs that had been identified.
|
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.clear() |
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.clearConfidences()
The Model's confidences in correctness of the predicted IDs, higher value
means higher confidence.
|
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.clearDisplayNames()
The display names of the AnnotationSpecs that had been identified, order
matches the IDs.
|
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.clearIds()
The resource IDs of the AnnotationSpecs that had been identified.
|
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.clone() |
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.mergeFrom(ClassificationPredictionResult other) |
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.mergeFrom(com.google.protobuf.Message other) |
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static ClassificationPredictionResult.Builder |
ClassificationPredictionResult.newBuilder() |
static ClassificationPredictionResult.Builder |
ClassificationPredictionResult.newBuilder(ClassificationPredictionResult prototype) |
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.newBuilderForType() |
protected ClassificationPredictionResult.Builder |
ClassificationPredictionResult.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.setConfidences(int index,
float value)
The Model's confidences in correctness of the predicted IDs, higher value
means higher confidence.
|
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.setDisplayNames(int index,
String value)
The display names of the AnnotationSpecs that had been identified, order
matches the IDs.
|
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.setIds(int index,
long value)
The resource IDs of the AnnotationSpecs that had been identified.
|
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
ClassificationPredictionResult.Builder |
ClassificationPredictionResult.toBuilder() |
Copyright © 2024 Google LLC. All rights reserved.