Uses of Interface
software.amazon.awssdk.services.sagemaker.model.EndpointConfigStepMetadata.Builder
-
Packages that use EndpointConfigStepMetadata.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EndpointConfigStepMetadata.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EndpointConfigStepMetadata.Builder Modifier and Type Method Description EndpointConfigStepMetadata.BuilderEndpointConfigStepMetadata.Builder. arn(String arn)The Amazon Resource Name (ARN) of the endpoint configuration used in the step.static EndpointConfigStepMetadata.BuilderEndpointConfigStepMetadata. builder()EndpointConfigStepMetadata.BuilderEndpointConfigStepMetadata. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type EndpointConfigStepMetadata.Builder Modifier and Type Method Description static Class<? extends EndpointConfigStepMetadata.Builder>EndpointConfigStepMetadata. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type EndpointConfigStepMetadata.Builder Modifier and Type Method Description default PipelineExecutionStepMetadata.BuilderPipelineExecutionStepMetadata.Builder. endpointConfig(Consumer<EndpointConfigStepMetadata.Builder> endpointConfig)The endpoint configuration used to create an endpoint during this step execution.
-