public static interface DescribeEndpointConfigResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<DescribeEndpointConfigResponse.Builder,DescribeEndpointConfigResponse>
Modifier and Type | Method and Description |
---|---|
DescribeEndpointConfigResponse.Builder |
creationTime(Instant creationTime)
A timestamp that shows when the endpoint configuration was created.
|
DescribeEndpointConfigResponse.Builder |
endpointConfigArn(String endpointConfigArn)
The Amazon Resource Name (ARN) of the endpoint configuration.
|
DescribeEndpointConfigResponse.Builder |
endpointConfigName(String endpointConfigName)
Name of the Amazon SageMaker endpoint configuration.
|
DescribeEndpointConfigResponse.Builder |
kmsKeyId(String kmsKeyId)
AWS 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. |
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeEndpointConfigResponse.Builder endpointConfigName(String endpointConfigName)
Name of the Amazon SageMaker endpoint configuration.
endpointConfigName
- Name of the Amazon 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.
List.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #productionVariants(List)
.productionVariants
- a consumer that will call methods on List.Builder
#productionVariants(List)
DescribeEndpointConfigResponse.Builder kmsKeyId(String kmsKeyId)
AWS KMS key ID Amazon SageMaker uses to encrypt data when storing it on the ML storage volume attached to the instance.
kmsKeyId
- AWS 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.