Uses of Interface
software.amazon.awssdk.services.sagemaker.model.AutoMLJobArtifacts.Builder
-
Packages that use AutoMLJobArtifacts.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of AutoMLJobArtifacts.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return AutoMLJobArtifacts.Builder Modifier and Type Method Description static AutoMLJobArtifacts.BuilderAutoMLJobArtifacts. builder()AutoMLJobArtifacts.BuilderAutoMLJobArtifacts.Builder. candidateDefinitionNotebookLocation(String candidateDefinitionNotebookLocation)The URL of the notebook location.AutoMLJobArtifacts.BuilderAutoMLJobArtifacts.Builder. dataExplorationNotebookLocation(String dataExplorationNotebookLocation)The URL of the notebook location.AutoMLJobArtifacts.BuilderAutoMLJobArtifacts. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type AutoMLJobArtifacts.Builder Modifier and Type Method Description static Class<? extends AutoMLJobArtifacts.Builder>AutoMLJobArtifacts. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type AutoMLJobArtifacts.Builder Modifier and Type Method Description default DescribeAutoMlJobResponse.BuilderDescribeAutoMlJobResponse.Builder. autoMLJobArtifacts(Consumer<AutoMLJobArtifacts.Builder> autoMLJobArtifacts)Returns information on the job's artifacts found inAutoMLJobArtifacts.default DescribeAutoMlJobV2Response.BuilderDescribeAutoMlJobV2Response.Builder. autoMLJobArtifacts(Consumer<AutoMLJobArtifacts.Builder> autoMLJobArtifacts)Sets the value of the AutoMLJobArtifacts property for this object.
-