Uses of Class
software.amazon.awssdk.services.sagemaker.model.ProductionVariantInstanceType
-
Packages that use ProductionVariantInstanceType Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ProductionVariantInstanceType in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ProductionVariantInstanceType Modifier and Type Method Description static ProductionVariantInstanceTypeProductionVariantInstanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ProductionVariantInstanceTypeEndpointInputConfiguration. instanceType()The instance types to use for the load test.ProductionVariantInstanceTypeEndpointOutputConfiguration. instanceType()The instance type recommended by Amazon SageMaker Inference Recommender.ProductionVariantInstanceTypePendingProductionVariantSummary. instanceType()The type of instances associated with the variant.ProductionVariantInstanceTypeProductionVariant. instanceType()The ML compute instance type.ProductionVariantInstanceTypeRealTimeInferenceRecommendation. instanceType()The recommended instance type for Real-Time Inference.static ProductionVariantInstanceTypeProductionVariantInstanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProductionVariantInstanceType[]ProductionVariantInstanceType. 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 ProductionVariantInstanceType Modifier and Type Method Description static Set<ProductionVariantInstanceType>ProductionVariantInstanceType. knownValues()List<ProductionVariantInstanceType>AdditionalInferenceSpecificationDefinition. supportedRealtimeInferenceInstanceTypes()A list of the instance types that are used to generate inferences in real-time.List<ProductionVariantInstanceType>InferenceSpecification. supportedRealtimeInferenceInstanceTypes()A list of the instance types that are used to generate inferences in real-time.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ProductionVariantInstanceType Modifier and Type Method Description EndpointInputConfiguration.BuilderEndpointInputConfiguration.Builder. instanceType(ProductionVariantInstanceType instanceType)The instance types to use for the load test.EndpointOutputConfiguration.BuilderEndpointOutputConfiguration.Builder. instanceType(ProductionVariantInstanceType instanceType)The instance type recommended by Amazon SageMaker Inference Recommender.PendingProductionVariantSummary.BuilderPendingProductionVariantSummary.Builder. instanceType(ProductionVariantInstanceType instanceType)The type of instances associated with the variant.ProductionVariant.BuilderProductionVariant.Builder. instanceType(ProductionVariantInstanceType instanceType)The ML compute instance type.RealTimeInferenceRecommendation.BuilderRealTimeInferenceRecommendation.Builder. instanceType(ProductionVariantInstanceType instanceType)The recommended instance type for Real-Time Inference.AdditionalInferenceSpecificationDefinition.BuilderAdditionalInferenceSpecificationDefinition.Builder. supportedRealtimeInferenceInstanceTypes(ProductionVariantInstanceType... supportedRealtimeInferenceInstanceTypes)A list of the instance types that are used to generate inferences in real-time.InferenceSpecification.BuilderInferenceSpecification.Builder. supportedRealtimeInferenceInstanceTypes(ProductionVariantInstanceType... supportedRealtimeInferenceInstanceTypes)A list of the instance types that are used to generate inferences in real-time.Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ProductionVariantInstanceType Modifier and Type Method Description AdditionalInferenceSpecificationDefinition.BuilderAdditionalInferenceSpecificationDefinition.Builder. supportedRealtimeInferenceInstanceTypes(Collection<ProductionVariantInstanceType> supportedRealtimeInferenceInstanceTypes)A list of the instance types that are used to generate inferences in real-time.InferenceSpecification.BuilderInferenceSpecification.Builder. supportedRealtimeInferenceInstanceTypes(Collection<ProductionVariantInstanceType> supportedRealtimeInferenceInstanceTypes)A list of the instance types that are used to generate inferences in real-time.
-