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.
|
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 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
equalsBySdkFields, sdkFields
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 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.Builder
dataCaptureConfig(DataCaptureConfig)
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 © 2020. All rights reserved.