Uses of Class
software.amazon.awssdk.services.lookoutequipment.model.ModelVersionSourceType
-
Packages that use ModelVersionSourceType Package Description software.amazon.awssdk.services.lookoutequipment.model -
-
Uses of ModelVersionSourceType in software.amazon.awssdk.services.lookoutequipment.model
Methods in software.amazon.awssdk.services.lookoutequipment.model that return ModelVersionSourceType Modifier and Type Method Description static ModelVersionSourceTypeModelVersionSourceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ModelVersionSourceTypeDescribeModelVersionResponse. sourceType()Indicates whether this model version was created by training or by importing.ModelVersionSourceTypeListModelVersionsRequest. sourceType()Filter the results based on the way the model version was generated.ModelVersionSourceTypeModelVersionSummary. sourceType()Indicates how this model version was generated.static ModelVersionSourceTypeModelVersionSourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelVersionSourceType[]ModelVersionSourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lookoutequipment.model that return types with arguments of type ModelVersionSourceType Modifier and Type Method Description static Set<ModelVersionSourceType>ModelVersionSourceType. knownValues()Methods in software.amazon.awssdk.services.lookoutequipment.model with parameters of type ModelVersionSourceType Modifier and Type Method Description DescribeModelVersionResponse.BuilderDescribeModelVersionResponse.Builder. sourceType(ModelVersionSourceType sourceType)Indicates whether this model version was created by training or by importing.ListModelVersionsRequest.BuilderListModelVersionsRequest.Builder. sourceType(ModelVersionSourceType sourceType)Filter the results based on the way the model version was generated.ModelVersionSummary.BuilderModelVersionSummary.Builder. sourceType(ModelVersionSourceType sourceType)Indicates how this model version was generated.
-