default CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.asyncInferenceConfig(Consumer<AsyncInferenceConfig.Builder> asyncInferenceConfig) |
Specifies configuration for how an endpoint performs asynchronous inference.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.asyncInferenceConfig(AsyncInferenceConfig asyncInferenceConfig) |
Specifies configuration for how an endpoint performs asynchronous inference.
|
static CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.builder() |
|
default CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.dataCaptureConfig(Consumer<DataCaptureConfig.Builder> dataCaptureConfig) |
Sets the value of the DataCaptureConfig property for this object.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.dataCaptureConfig(DataCaptureConfig dataCaptureConfig) |
Sets the value of the DataCaptureConfig property for this object.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.enableNetworkIsolation(Boolean enableNetworkIsolation) |
Sets whether all model containers deployed to the endpoint are isolated.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.endpointConfigName(String endpointConfigName) |
The name of the endpoint configuration.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.executionRoleArn(String executionRoleArn) |
The Amazon Resource Name (ARN) of an IAM role that Amazon SageMaker can assume to perform actions on your
behalf.
|
default CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.explainerConfig(Consumer<ExplainerConfig.Builder> explainerConfig) |
A member of CreateEndpointConfig that enables explainers.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.explainerConfig(ExplainerConfig explainerConfig) |
A member of CreateEndpointConfig that enables explainers.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.kmsKeyId(String kmsKeyId) |
The Amazon Resource Name (ARN) of a Amazon Web Services Key Management Service key that SageMaker uses to
encrypt data on the storage volume attached to the ML compute instance that hosts the endpoint.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.productionVariants(Collection<ProductionVariant> productionVariants) |
An array of ProductionVariant objects, one for each model that you want to host at this
endpoint.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.productionVariants(Consumer<ProductionVariant.Builder>... productionVariants) |
An array of ProductionVariant objects, one for each model that you want to host at this
endpoint.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.productionVariants(ProductionVariant... productionVariants) |
An array of ProductionVariant objects, one for each model that you want to host at this
endpoint.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.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
.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.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
.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.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
.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.tags(Collection<Tag> tags) |
An array of key-value pairs.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
An array of key-value pairs.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.tags(Tag... tags) |
An array of key-value pairs.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.toBuilder() |
|
default CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig) |
Sets the value of the VpcConfig property for this object.
|
CreateEndpointConfigRequest.Builder |
CreateEndpointConfigRequest.Builder.vpcConfig(VpcConfig vpcConfig) |
Sets the value of the VpcConfig property for this object.
|