Uses of Class
software.amazon.awssdk.services.sagemaker.model.AutoMLJobArtifacts
-
Packages that use AutoMLJobArtifacts Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLJobArtifacts in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLJobArtifacts Modifier and Type Method Description AutoMLJobArtifactsDescribeAutoMlJobResponse. autoMLJobArtifacts()Returns information on the job's artifacts found inAutoMLJobArtifacts.AutoMLJobArtifactsDescribeAutoMlJobV2Response. autoMLJobArtifacts()Returns the value of the AutoMLJobArtifacts property for this object.Methods in software.amazon.awssdk.services.sagemaker.model with parameters of type AutoMLJobArtifacts Modifier and Type Method Description DescribeAutoMlJobResponse.BuilderDescribeAutoMlJobResponse.Builder. autoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts)Returns information on the job's artifacts found inAutoMLJobArtifacts.DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. autoMLJobArtifacts(AutoMLJobArtifacts autoMLJobArtifacts)Sets the value of the AutoMLJobArtifacts property for this object.
-