Uses of Class
com.google.cloud.aiplatform.v1beta1.Presets
-
Packages that use Presets Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI API -
-
Uses of Presets in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return Presets Modifier and Type Method Description Presets
Presets.Builder. build()
Presets
Presets.Builder. buildPartial()
static Presets
Presets. getDefaultInstance()
Presets
Presets.Builder. getDefaultInstanceForType()
Presets
Presets. getDefaultInstanceForType()
Presets
Examples.Builder. getPresets()
Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.Presets
Examples. getPresets()
Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.Presets
ExamplesOrBuilder. getPresets()
Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.static Presets
Presets. parseDelimitedFrom(InputStream input)
static Presets
Presets. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Presets
Presets. parseFrom(byte[] data)
static Presets
Presets. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Presets
Presets. parseFrom(com.google.protobuf.ByteString data)
static Presets
Presets. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Presets
Presets. parseFrom(com.google.protobuf.CodedInputStream input)
static Presets
Presets. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Presets
Presets. parseFrom(InputStream input)
static Presets
Presets. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Presets
Presets. parseFrom(ByteBuffer data)
static Presets
Presets. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type Presets Modifier and Type Method Description com.google.protobuf.Parser<Presets>
Presets. getParserForType()
static com.google.protobuf.Parser<Presets>
Presets. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type Presets Modifier and Type Method Description Presets.Builder
Presets.Builder. mergeFrom(Presets other)
Examples.Builder
Examples.Builder. mergePresets(Presets value)
Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.static Presets.Builder
Presets. newBuilder(Presets prototype)
Examples.Builder
Examples.Builder. setPresets(Presets value)
Simplified preset configuration, which automatically sets configuration values based on the desired query speed-precision trade-off and modality.
-