public static interface EndpointOutputConfiguration.Builder extends SdkPojo, CopyableBuilder<EndpointOutputConfiguration.Builder,EndpointOutputConfiguration>
| Modifier and Type | Method and Description |
|---|---|
EndpointOutputConfiguration.Builder |
endpointName(String endpointName)
The name of the endpoint made during a recommendation job.
|
EndpointOutputConfiguration.Builder |
initialInstanceCount(Integer initialInstanceCount)
The number of instances recommended to launch initially.
|
EndpointOutputConfiguration.Builder |
instanceType(ProductionVariantInstanceType instanceType)
The instance type recommended by Amazon SageMaker Inference Recommender.
|
EndpointOutputConfiguration.Builder |
instanceType(String instanceType)
The instance type recommended by Amazon SageMaker Inference Recommender.
|
EndpointOutputConfiguration.Builder |
variantName(String variantName)
The name of the production variant (deployed model) made during a recommendation job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpointOutputConfiguration.Builder endpointName(String endpointName)
The name of the endpoint made during a recommendation job.
endpointName - The name of the endpoint made during a recommendation job.EndpointOutputConfiguration.Builder variantName(String variantName)
The name of the production variant (deployed model) made during a recommendation job.
variantName - The name of the production variant (deployed model) made during a recommendation job.EndpointOutputConfiguration.Builder instanceType(String instanceType)
The instance type recommended by Amazon SageMaker Inference Recommender.
instanceType - The instance type recommended by Amazon SageMaker Inference Recommender.ProductionVariantInstanceType,
ProductionVariantInstanceTypeEndpointOutputConfiguration.Builder instanceType(ProductionVariantInstanceType instanceType)
The instance type recommended by Amazon SageMaker Inference Recommender.
instanceType - The instance type recommended by Amazon SageMaker Inference Recommender.ProductionVariantInstanceType,
ProductionVariantInstanceTypeEndpointOutputConfiguration.Builder initialInstanceCount(Integer initialInstanceCount)
The number of instances recommended to launch initially.
initialInstanceCount - The number of instances recommended to launch initially.Copyright © 2022. All rights reserved.