Uses of Class
software.amazon.awssdk.services.sagemaker.model.EndpointMetadata
-
Packages that use EndpointMetadata Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of EndpointMetadata in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return EndpointMetadata Modifier and Type Method Description EndpointMetadataDescribeInferenceExperimentResponse. endpointMetadata()The metadata of the endpoint on which the inference experiment ran.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type EndpointMetadata Modifier and Type Method Description DescribeInferenceExperimentResponse.BuilderDescribeInferenceExperimentResponse.Builder. endpointMetadata(EndpointMetadata endpointMetadata)The metadata of the endpoint on which the inference experiment ran.
-