public static interface DescribeEndpointConfigResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointConfigResponse.Builder,DescribeEndpointConfigResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEndpointConfigResponse.Builder |
asyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
default DescribeEndpointConfigResponse.Builder |
asyncInferenceConfig(Consumer<AsyncInferenceConfig.Builder> asyncInferenceConfig)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API. |
DescribeEndpointConfigResponse.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the endpoint configuration was created.
|
default DescribeEndpointConfigResponse.Builder |
dataCaptureConfig(Consumer<DataCaptureConfig.Builder> dataCaptureConfig)
Sets the value of the DataCaptureConfig property for this object.
|
DescribeEndpointConfigResponse.Builder |
dataCaptureConfig(DataCaptureConfig dataCaptureConfig)
Sets the value of the DataCaptureConfig property for this object.
|
DescribeEndpointConfigResponse.Builder |
endpointConfigArn(String endpointConfigArn)
The Amazon Resource Name (ARN) of the endpoint configuration.
|
DescribeEndpointConfigResponse.Builder |
endpointConfigName(String endpointConfigName)
Name of the SageMaker endpoint configuration.
|
default DescribeEndpointConfigResponse.Builder |
explainerConfig(Consumer<ExplainerConfig.Builder> explainerConfig)
The configuration parameters for an explainer.
|
DescribeEndpointConfigResponse.Builder |
explainerConfig(ExplainerConfig explainerConfig)
The configuration parameters for an explainer.
|
DescribeEndpointConfigResponse.Builder |
kmsKeyId(String kmsKeyId)
Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume
attached to the instance.
|
DescribeEndpointConfigResponse.Builder |
productionVariants(Collection<ProductionVariant> productionVariants)
An array of
ProductionVariant objects, one for each model that you want to host at this
endpoint. |
DescribeEndpointConfigResponse.Builder |
productionVariants(Consumer<ProductionVariant.Builder>... productionVariants)
An array of
ProductionVariant objects, one for each model that you want to host at this
endpoint. |
DescribeEndpointConfigResponse.Builder |
productionVariants(ProductionVariant... productionVariants)
An array of
ProductionVariant objects, one for each model that you want to host at this
endpoint. |
DescribeEndpointConfigResponse.Builder |
shadowProductionVariants(Collection<ProductionVariant> shadowProductionVariants)
An array of
ProductionVariant objects, one for each model that you want to host at this endpoint
in shadow mode with production traffic replicated from the model specified on ProductionVariants
. |
DescribeEndpointConfigResponse.Builder |
shadowProductionVariants(Consumer<ProductionVariant.Builder>... shadowProductionVariants)
An array of
ProductionVariant objects, one for each model that you want to host at this endpoint
in shadow mode with production traffic replicated from the model specified on ProductionVariants
. |
DescribeEndpointConfigResponse.Builder |
shadowProductionVariants(ProductionVariant... shadowProductionVariants)
An array of
ProductionVariant objects, one for each model that you want to host at this endpoint
in shadow mode with production traffic replicated from the model specified on ProductionVariants
. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEndpointConfigResponse.Builder endpointConfigName(String endpointConfigName)
Name of the SageMaker endpoint configuration.
endpointConfigName - Name of the SageMaker endpoint configuration.DescribeEndpointConfigResponse.Builder endpointConfigArn(String endpointConfigArn)
The Amazon Resource Name (ARN) of the endpoint configuration.
endpointConfigArn - The Amazon Resource Name (ARN) of the endpoint configuration.DescribeEndpointConfigResponse.Builder productionVariants(Collection<ProductionVariant> productionVariants)
An array of ProductionVariant objects, one for each model that you want to host at this
endpoint.
productionVariants - An array of ProductionVariant objects, one for each model that you want to host at this
endpoint.DescribeEndpointConfigResponse.Builder productionVariants(ProductionVariant... productionVariants)
An array of ProductionVariant objects, one for each model that you want to host at this
endpoint.
productionVariants - An array of ProductionVariant objects, one for each model that you want to host at this
endpoint.DescribeEndpointConfigResponse.Builder productionVariants(Consumer<ProductionVariant.Builder>... productionVariants)
An array of ProductionVariant objects, one for each model that you want to host at this
endpoint.
ProductionVariant.Builder avoiding the need to create
one manually via ProductionVariant.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #productionVariants(List.
productionVariants - a consumer that will call methods on
ProductionVariant.Builder#productionVariants(java.util.Collection) DescribeEndpointConfigResponse.Builder dataCaptureConfig(DataCaptureConfig dataCaptureConfig)
dataCaptureConfig - The new value for the DataCaptureConfig property for this object.default DescribeEndpointConfigResponse.Builder dataCaptureConfig(Consumer<DataCaptureConfig.Builder> dataCaptureConfig)
DataCaptureConfig.Builder avoiding the
need to create one manually via DataCaptureConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to dataCaptureConfig(DataCaptureConfig).
dataCaptureConfig - a consumer that will call methods on DataCaptureConfig.BuilderdataCaptureConfig(DataCaptureConfig)DescribeEndpointConfigResponse.Builder kmsKeyId(String kmsKeyId)
Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
kmsKeyId - Amazon Web Services KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage
volume attached to the instance.DescribeEndpointConfigResponse.Builder creationTime(Instant creationTime)
A timestamp that shows when the endpoint configuration was created.
creationTime - A timestamp that shows when the endpoint configuration was created.DescribeEndpointConfigResponse.Builder asyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API.
asyncInferenceConfig - Returns the description of an endpoint configuration created using the
CreateEndpointConfig API.default DescribeEndpointConfigResponse.Builder asyncInferenceConfig(Consumer<AsyncInferenceConfig.Builder> asyncInferenceConfig)
Returns the description of an endpoint configuration created using the
CreateEndpointConfig API.
AsyncInferenceConfig.Builder avoiding
the need to create one manually via AsyncInferenceConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to asyncInferenceConfig(AsyncInferenceConfig).
asyncInferenceConfig - a consumer that will call methods on AsyncInferenceConfig.BuilderasyncInferenceConfig(AsyncInferenceConfig)DescribeEndpointConfigResponse.Builder explainerConfig(ExplainerConfig explainerConfig)
The configuration parameters for an explainer.
explainerConfig - The configuration parameters for an explainer.default DescribeEndpointConfigResponse.Builder explainerConfig(Consumer<ExplainerConfig.Builder> explainerConfig)
The configuration parameters for an explainer.
This is a convenience method that creates an instance of theExplainerConfig.Builder avoiding the
need to create one manually via ExplainerConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to explainerConfig(ExplainerConfig).
explainerConfig - a consumer that will call methods on ExplainerConfig.BuilderexplainerConfig(ExplainerConfig)DescribeEndpointConfigResponse.Builder shadowProductionVariants(Collection<ProductionVariant> shadowProductionVariants)
An array of ProductionVariant objects, one for each model that you want to host at this endpoint
in shadow mode with production traffic replicated from the model specified on ProductionVariants
.
shadowProductionVariants - An array of ProductionVariant objects, one for each model that you want to host at this
endpoint in shadow mode with production traffic replicated from the model specified on
ProductionVariants.DescribeEndpointConfigResponse.Builder shadowProductionVariants(ProductionVariant... shadowProductionVariants)
An array of ProductionVariant objects, one for each model that you want to host at this endpoint
in shadow mode with production traffic replicated from the model specified on ProductionVariants
.
shadowProductionVariants - An array of ProductionVariant objects, one for each model that you want to host at this
endpoint in shadow mode with production traffic replicated from the model specified on
ProductionVariants.DescribeEndpointConfigResponse.Builder shadowProductionVariants(Consumer<ProductionVariant.Builder>... shadowProductionVariants)
An array of ProductionVariant objects, one for each model that you want to host at this endpoint
in shadow mode with production traffic replicated from the model specified on ProductionVariants
.
ProductionVariant.Builder avoiding the need to create
one manually via ProductionVariant.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #shadowProductionVariants(List.
shadowProductionVariants - a consumer that will call methods on
ProductionVariant.Builder#shadowProductionVariants(java.util.Collection) Copyright © 2023. All rights reserved.