Uses of Class
software.amazon.awssdk.services.sagemaker.model.Relation
-
Packages that use Relation Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of Relation in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return Relation Modifier and Type Method Description static RelationRelation. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.RelationTotalHits. relation()Indicates the relationship between the returnedValueand the actual total number of matching results.static RelationRelation. valueOf(String name)Returns the enum constant of this type with the specified name.static Relation[]Relation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type Relation Modifier and Type Method Description static Set<Relation>Relation. knownValues()Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type Relation Modifier and Type Method Description TotalHits.BuilderTotalHits.Builder. relation(Relation relation)Indicates the relationship between the returnedValueand the actual total number of matching results.
-