Uses of Class
software.amazon.awssdk.services.sagemaker.model.TransformInstanceType
-
Packages that use TransformInstanceType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of TransformInstanceType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return TransformInstanceType Modifier and Type Method Description static TransformInstanceTypeTransformInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TransformInstanceTypeTransformResources. instanceType()The ML compute instance type for the transform job.static TransformInstanceTypeTransformInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static TransformInstanceType[]TransformInstanceType. 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 TransformInstanceType Modifier and Type Method Description static Set<TransformInstanceType>TransformInstanceType. knownValues()List<TransformInstanceType>AdditionalInferenceSpecificationDefinition. supportedTransformInstanceTypes()A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.List<TransformInstanceType>InferenceSpecification. supportedTransformInstanceTypes()A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type TransformInstanceType Modifier and Type Method Description TransformResources.BuilderTransformResources.Builder. instanceType(TransformInstanceType instanceType)The ML compute instance type for the transform job.AdditionalInferenceSpecificationDefinition.BuilderAdditionalInferenceSpecificationDefinition.Builder. supportedTransformInstanceTypes(TransformInstanceType... supportedTransformInstanceTypes)A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.InferenceSpecification.BuilderInferenceSpecification.Builder. supportedTransformInstanceTypes(TransformInstanceType... supportedTransformInstanceTypes)A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type TransformInstanceType Modifier and Type Method Description AdditionalInferenceSpecificationDefinition.BuilderAdditionalInferenceSpecificationDefinition.Builder. supportedTransformInstanceTypes(Collection<TransformInstanceType> supportedTransformInstanceTypes)A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.InferenceSpecification.BuilderInferenceSpecification.Builder. supportedTransformInstanceTypes(Collection<TransformInstanceType> supportedTransformInstanceTypes)A list of the instance types on which a transformation job can be run or on which an endpoint can be deployed.
-