public static interface DeleteMlEndpointRequest.Builder extends NeptunedataRequest.Builder, SdkPojo, CopyableBuilder<DeleteMlEndpointRequest.Builder,DeleteMlEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteMlEndpointRequest.Builder |
clean(Boolean clean)
If this flag is set to
TRUE, all Neptune ML S3 artifacts should be deleted when the job is
stopped. |
DeleteMlEndpointRequest.Builder |
id(String id)
The unique identifier of the inference endpoint.
|
DeleteMlEndpointRequest.Builder |
neptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role providing Neptune access to SageMaker and Amazon S3 resources.
|
DeleteMlEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteMlEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteMlEndpointRequest.Builder id(String id)
The unique identifier of the inference endpoint.
id - The unique identifier of the inference endpoint.DeleteMlEndpointRequest.Builder neptuneIamRoleArn(String neptuneIamRoleArn)
The ARN of an IAM role providing Neptune access to SageMaker and Amazon S3 resources. This must be listed in your DB cluster parameter group or an error will be thrown.
neptuneIamRoleArn - The ARN of an IAM role providing Neptune access to SageMaker and Amazon S3 resources. This must be
listed in your DB cluster parameter group or an error will be thrown.DeleteMlEndpointRequest.Builder clean(Boolean clean)
If this flag is set to TRUE, all Neptune ML S3 artifacts should be deleted when the job is
stopped. The default is FALSE.
clean - If this flag is set to TRUE, all Neptune ML S3 artifacts should be deleted when the job
is stopped. The default is FALSE.DeleteMlEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteMlEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.