Uses of Class
com.google.cloud.aiplatform.v1beta1.EvaluationDataset
Packages that use EvaluationDataset
-
Uses of EvaluationDataset in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return EvaluationDatasetModifier and TypeMethodDescriptionEvaluationDataset.Builder.build()EvaluationDataset.Builder.buildPartial()AggregationOutput.Builder.getDataset()The dataset used for evaluation & aggregation.AggregationOutput.getDataset()The dataset used for evaluation & aggregation.AggregationOutputOrBuilder.getDataset()The dataset used for evaluation & aggregation.EvaluateDatasetRequest.Builder.getDataset()Required.EvaluateDatasetRequest.getDataset()Required.EvaluateDatasetRequestOrBuilder.getDataset()Required.static EvaluationDatasetEvaluationDataset.getDefaultInstance()EvaluationDataset.Builder.getDefaultInstanceForType()EvaluationDataset.getDefaultInstanceForType()static EvaluationDatasetEvaluationDataset.parseDelimitedFrom(InputStream input) static EvaluationDatasetEvaluationDataset.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EvaluationDatasetEvaluationDataset.parseFrom(byte[] data) static EvaluationDatasetEvaluationDataset.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EvaluationDatasetEvaluationDataset.parseFrom(com.google.protobuf.ByteString data) static EvaluationDatasetEvaluationDataset.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EvaluationDatasetEvaluationDataset.parseFrom(com.google.protobuf.CodedInputStream input) static EvaluationDatasetEvaluationDataset.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EvaluationDatasetEvaluationDataset.parseFrom(InputStream input) static EvaluationDatasetEvaluationDataset.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static EvaluationDatasetEvaluationDataset.parseFrom(ByteBuffer data) static EvaluationDatasetEvaluationDataset.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type EvaluationDatasetModifier and TypeMethodDescriptioncom.google.protobuf.Parser<EvaluationDataset>EvaluationDataset.getParserForType()static com.google.protobuf.Parser<EvaluationDataset>EvaluationDataset.parser()Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type EvaluationDatasetModifier and TypeMethodDescriptionAggregationOutput.Builder.mergeDataset(EvaluationDataset value) The dataset used for evaluation & aggregation.EvaluateDatasetRequest.Builder.mergeDataset(EvaluationDataset value) Required.EvaluationDataset.Builder.mergeFrom(EvaluationDataset other) static EvaluationDataset.BuilderEvaluationDataset.newBuilder(EvaluationDataset prototype) AggregationOutput.Builder.setDataset(EvaluationDataset value) The dataset used for evaluation & aggregation.EvaluateDatasetRequest.Builder.setDataset(EvaluationDataset value) Required.