Uses of Class
com.google.cloud.aiplatform.v1beta1.EvaluatedAnnotation
-
Packages that use EvaluatedAnnotation Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of EvaluatedAnnotation in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return EvaluatedAnnotation Modifier and Type Method Description EvaluatedAnnotationEvaluatedAnnotation.Builder. build()EvaluatedAnnotationEvaluatedAnnotation.Builder. buildPartial()static EvaluatedAnnotationEvaluatedAnnotation. getDefaultInstance()EvaluatedAnnotationEvaluatedAnnotation.Builder. getDefaultInstanceForType()EvaluatedAnnotationEvaluatedAnnotation. getDefaultInstanceForType()EvaluatedAnnotationBatchImportEvaluatedAnnotationsRequest.Builder. getEvaluatedAnnotations(int index)Required.EvaluatedAnnotationBatchImportEvaluatedAnnotationsRequest. getEvaluatedAnnotations(int index)Required.EvaluatedAnnotationBatchImportEvaluatedAnnotationsRequestOrBuilder. getEvaluatedAnnotations(int index)Required.static EvaluatedAnnotationEvaluatedAnnotation. parseDelimitedFrom(InputStream input)static EvaluatedAnnotationEvaluatedAnnotation. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EvaluatedAnnotationEvaluatedAnnotation. parseFrom(byte[] data)static EvaluatedAnnotationEvaluatedAnnotation. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EvaluatedAnnotationEvaluatedAnnotation. parseFrom(com.google.protobuf.ByteString data)static EvaluatedAnnotationEvaluatedAnnotation. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EvaluatedAnnotationEvaluatedAnnotation. parseFrom(com.google.protobuf.CodedInputStream input)static EvaluatedAnnotationEvaluatedAnnotation. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EvaluatedAnnotationEvaluatedAnnotation. parseFrom(InputStream input)static EvaluatedAnnotationEvaluatedAnnotation. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static EvaluatedAnnotationEvaluatedAnnotation. parseFrom(ByteBuffer data)static EvaluatedAnnotationEvaluatedAnnotation. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type EvaluatedAnnotation Modifier and Type Method Description List<EvaluatedAnnotation>BatchImportEvaluatedAnnotationsRequest.Builder. getEvaluatedAnnotationsList()Required.List<EvaluatedAnnotation>BatchImportEvaluatedAnnotationsRequest. getEvaluatedAnnotationsList()Required.List<EvaluatedAnnotation>BatchImportEvaluatedAnnotationsRequestOrBuilder. getEvaluatedAnnotationsList()Required.com.google.protobuf.Parser<EvaluatedAnnotation>EvaluatedAnnotation. getParserForType()static com.google.protobuf.Parser<EvaluatedAnnotation>EvaluatedAnnotation. parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type EvaluatedAnnotation Modifier and Type Method Description BatchImportEvaluatedAnnotationsRequest.BuilderBatchImportEvaluatedAnnotationsRequest.Builder. addEvaluatedAnnotations(int index, EvaluatedAnnotation value)Required.BatchImportEvaluatedAnnotationsRequest.BuilderBatchImportEvaluatedAnnotationsRequest.Builder. addEvaluatedAnnotations(EvaluatedAnnotation value)Required.EvaluatedAnnotation.BuilderEvaluatedAnnotation.Builder. mergeFrom(EvaluatedAnnotation other)static EvaluatedAnnotation.BuilderEvaluatedAnnotation. newBuilder(EvaluatedAnnotation prototype)BatchImportEvaluatedAnnotationsRequest.BuilderBatchImportEvaluatedAnnotationsRequest.Builder. setEvaluatedAnnotations(int index, EvaluatedAnnotation value)Required.Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type EvaluatedAnnotation Modifier and Type Method Description BatchImportEvaluatedAnnotationsRequest.BuilderBatchImportEvaluatedAnnotationsRequest.Builder. addAllEvaluatedAnnotations(Iterable<? extends EvaluatedAnnotation> values)Required.BatchImportEvaluatedAnnotationsResponseModelServiceClient. batchImportEvaluatedAnnotations(ModelEvaluationSliceName parent, List<EvaluatedAnnotation> evaluatedAnnotations)Imports a list of externally generated EvaluatedAnnotations.BatchImportEvaluatedAnnotationsResponseModelServiceClient. batchImportEvaluatedAnnotations(String parent, List<EvaluatedAnnotation> evaluatedAnnotations)Imports a list of externally generated EvaluatedAnnotations.
-