Uses of Interface
software.amazon.awssdk.services.sagemaker.model.EndpointConfigSummary.Builder
-
Packages that use EndpointConfigSummary.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EndpointConfigSummary.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EndpointConfigSummary.Builder Modifier and Type Method Description static EndpointConfigSummary.BuilderEndpointConfigSummary. builder()EndpointConfigSummary.BuilderEndpointConfigSummary.Builder. creationTime(Instant creationTime)A timestamp that shows when the endpoint configuration was created.EndpointConfigSummary.BuilderEndpointConfigSummary.Builder. endpointConfigArn(String endpointConfigArn)The Amazon Resource Name (ARN) of the endpoint configuration.EndpointConfigSummary.BuilderEndpointConfigSummary.Builder. endpointConfigName(String endpointConfigName)The name of the endpoint configuration.EndpointConfigSummary.BuilderEndpointConfigSummary. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type EndpointConfigSummary.Builder Modifier and Type Method Description static Class<? extends EndpointConfigSummary.Builder>EndpointConfigSummary. serializableBuilderClass()
-