| Package | Description |
|---|---|
| com.google.cloud.aiplatform.v1 |
| Modifier and Type | Method and Description |
|---|---|
static StudySpec.Algorithm |
StudySpec.Algorithm.forNumber(int value) |
StudySpec.Algorithm |
StudySpecOrBuilder.getAlgorithm()
The search algorithm specified for the Study.
|
StudySpec.Algorithm |
StudySpec.getAlgorithm()
The search algorithm specified for the Study.
|
StudySpec.Algorithm |
StudySpec.Builder.getAlgorithm()
The search algorithm specified for the Study.
|
static StudySpec.Algorithm |
StudySpec.Algorithm.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StudySpec.Algorithm |
StudySpec.Algorithm.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static StudySpec.Algorithm |
StudySpec.Algorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StudySpec.Algorithm[] |
StudySpec.Algorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<StudySpec.Algorithm> |
StudySpec.Algorithm.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
StudySpec.Builder |
StudySpec.Builder.setAlgorithm(StudySpec.Algorithm value)
The search algorithm specified for the Study.
|
Copyright © 2024 Google LLC. All rights reserved.