Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelPackageModelCard
-
Packages that use ModelPackageModelCard Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelPackageModelCard in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelPackageModelCard Modifier and Type Method Description ModelPackageModelCard
CreateModelPackageRequest. modelCard()
The model card associated with the model package.ModelPackageModelCard
DescribeModelPackageResponse. modelCard()
The model card associated with the model package.ModelPackageModelCard
ModelPackage. modelCard()
Returns the value of the ModelCard property for this object.ModelPackageModelCard
UpdateModelPackageRequest. modelCard()
The model card associated with the model package.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelPackageModelCard Modifier and Type Method Description CreateModelPackageRequest.Builder
CreateModelPackageRequest.Builder. modelCard(ModelPackageModelCard modelCard)
The model card associated with the model package.DescribeModelPackageResponse.Builder
DescribeModelPackageResponse.Builder. modelCard(ModelPackageModelCard modelCard)
The model card associated with the model package.ModelPackage.Builder
ModelPackage.Builder. modelCard(ModelPackageModelCard modelCard)
Sets the value of the ModelCard property for this object.UpdateModelPackageRequest.Builder
UpdateModelPackageRequest.Builder. modelCard(ModelPackageModelCard modelCard)
The model card associated with the model package.
-