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 ModelPackageModelCardCreateModelPackageRequest. modelCard()The model card associated with the model package.ModelPackageModelCardDescribeModelPackageResponse. modelCard()The model card associated with the model package.ModelPackageModelCardModelPackage. modelCard()Returns the value of the ModelCard property for this object.ModelPackageModelCardUpdateModelPackageRequest. 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.BuilderCreateModelPackageRequest.Builder. modelCard(ModelPackageModelCard modelCard)The model card associated with the model package.DescribeModelPackageResponse.BuilderDescribeModelPackageResponse.Builder. modelCard(ModelPackageModelCard modelCard)The model card associated with the model package.ModelPackage.BuilderModelPackage.Builder. modelCard(ModelPackageModelCard modelCard)Sets the value of the ModelCard property for this object.UpdateModelPackageRequest.BuilderUpdateModelPackageRequest.Builder. modelCard(ModelPackageModelCard modelCard)The model card associated with the model package.
-