| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static ProductionVariantInstanceType |
ProductionVariantInstanceType.fromValue(String value)
Use this in place of valueOf.
|
static ProductionVariantInstanceType |
ProductionVariantInstanceType.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.
|
| Modifier and Type | Method and Description |
|---|---|
RealTimeInferenceRecommendation |
RealTimeInferenceRecommendation.withInstanceType(ProductionVariantInstanceType instanceType)
The recommended instance type for Real-Time Inference.
|
EndpointOutputConfiguration |
EndpointOutputConfiguration.withInstanceType(ProductionVariantInstanceType instanceType)
The instance type recommended by Amazon SageMaker Inference Recommender.
|
PendingProductionVariantSummary |
PendingProductionVariantSummary.withInstanceType(ProductionVariantInstanceType instanceType)
The type of instances associated with the variant.
|
EndpointInputConfiguration |
EndpointInputConfiguration.withInstanceType(ProductionVariantInstanceType instanceType)
The instance types to use for the load test.
|
ProductionVariant |
ProductionVariant.withInstanceType(ProductionVariantInstanceType instanceType)
The ML compute instance type.
|
AdditionalInferenceSpecificationDefinition |
AdditionalInferenceSpecificationDefinition.withSupportedRealtimeInferenceInstanceTypes(ProductionVariantInstanceType... supportedRealtimeInferenceInstanceTypes)
A list of the instance types that are used to generate inferences in real-time.
|
InferenceSpecification |
InferenceSpecification.withSupportedRealtimeInferenceInstanceTypes(ProductionVariantInstanceType... supportedRealtimeInferenceInstanceTypes)
A list of the instance types that are used to generate inferences in real-time.
|
Copyright © 2023. All rights reserved.