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