| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ProductionVariant |
ProductionVariant.clone() |
ProductionVariant |
ProductionVariant.withAcceleratorType(ProductionVariantAcceleratorType acceleratorType)
The size of the Elastic Inference (EI) instance to use for the production variant.
|
ProductionVariant |
ProductionVariant.withAcceleratorType(String acceleratorType)
The size of the Elastic Inference (EI) instance to use for the production variant.
|
ProductionVariant |
ProductionVariant.withCoreDumpConfig(ProductionVariantCoreDumpConfig coreDumpConfig)
Specifies configuration for a core dump from the model container when the process crashes.
|
ProductionVariant |
ProductionVariant.withInitialInstanceCount(Integer initialInstanceCount)
Number of instances to launch initially.
|
ProductionVariant |
ProductionVariant.withInitialVariantWeight(Float initialVariantWeight)
Determines initial traffic distribution among all of the models that you specify in the endpoint configuration.
|
ProductionVariant |
ProductionVariant.withInstanceType(ProductionVariantInstanceType instanceType)
The ML compute instance type.
|
ProductionVariant |
ProductionVariant.withInstanceType(String instanceType)
The ML compute instance type.
|
ProductionVariant |
ProductionVariant.withModelName(String modelName)
The name of the model that you want to host.
|
ProductionVariant |
ProductionVariant.withServerlessConfig(ProductionVariantServerlessConfig serverlessConfig)
The serverless configuration for an endpoint.
|
ProductionVariant |
ProductionVariant.withVariantName(String variantName)
The name of the production variant.
|
| Modifier and Type | Method and Description |
|---|---|
List<ProductionVariant> |
DescribeEndpointConfigResult.getProductionVariants()
An array of
ProductionVariant objects, one for each model that you want to host at this endpoint. |
List<ProductionVariant> |
CreateEndpointConfigRequest.getProductionVariants()
An list of
ProductionVariant objects, one for each model that you want to host at this endpoint. |
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointConfigResult |
DescribeEndpointConfigResult.withProductionVariants(ProductionVariant... productionVariants)
An array of
ProductionVariant objects, one for each model that you want to host at this endpoint. |
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withProductionVariants(ProductionVariant... productionVariants)
An list of
ProductionVariant objects, one for each model that you want to host at this endpoint. |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeEndpointConfigResult.setProductionVariants(Collection<ProductionVariant> productionVariants)
An array of
ProductionVariant objects, one for each model that you want to host at this endpoint. |
void |
CreateEndpointConfigRequest.setProductionVariants(Collection<ProductionVariant> productionVariants)
An list of
ProductionVariant objects, one for each model that you want to host at this endpoint. |
DescribeEndpointConfigResult |
DescribeEndpointConfigResult.withProductionVariants(Collection<ProductionVariant> productionVariants)
An array of
ProductionVariant objects, one for each model that you want to host at this endpoint. |
CreateEndpointConfigRequest |
CreateEndpointConfigRequest.withProductionVariants(Collection<ProductionVariant> productionVariants)
An list of
ProductionVariant objects, one for each model that you want to host at this endpoint. |
Copyright © 2022. All rights reserved.