Uses of Class
software.amazon.awssdk.services.sagemaker.model.ModelArtifacts
-
Packages that use ModelArtifacts Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelArtifacts in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelArtifacts Modifier and Type Method Description ModelArtifactsDescribeCompilationJobResponse. modelArtifacts()Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.ModelArtifactsDescribeTrainingJobResponse. modelArtifacts()Information about the Amazon S3 location that is configured for storing model artifacts.ModelArtifactsTrainingJob. modelArtifacts()Information about the Amazon S3 location that is configured for storing model artifacts.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type ModelArtifacts Modifier and Type Method Description DescribeCompilationJobResponse.BuilderDescribeCompilationJobResponse.Builder. modelArtifacts(ModelArtifacts modelArtifacts)Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. modelArtifacts(ModelArtifacts modelArtifacts)Information about the Amazon S3 location that is configured for storing model artifacts.TrainingJob.BuilderTrainingJob.Builder. modelArtifacts(ModelArtifacts modelArtifacts)Information about the Amazon S3 location that is configured for storing model artifacts.
-