Uses of Interface
software.amazon.awssdk.services.sagemaker.model.ModelArtifacts.Builder
-
Packages that use ModelArtifacts.Builder Package Description software.amazon.awssdk.services.sagemaker.model -
-
Uses of ModelArtifacts.Builder in software.amazon.awssdk.services.sagemaker.model
Methods in software.amazon.awssdk.services.sagemaker.model that return ModelArtifacts.Builder Modifier and Type Method Description static ModelArtifacts.BuilderModelArtifacts. builder()ModelArtifacts.BuilderModelArtifacts.Builder. s3ModelArtifacts(String s3ModelArtifacts)The path of the S3 object that contains the model artifacts.ModelArtifacts.BuilderModelArtifacts. toBuilder()Methods in software.amazon.awssdk.services.sagemaker.model that return types with arguments of type ModelArtifacts.Builder Modifier and Type Method Description static Class<? extends ModelArtifacts.Builder>ModelArtifacts. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.sagemaker.model with type arguments of type ModelArtifacts.Builder Modifier and Type Method Description default DescribeCompilationJobResponse.BuilderDescribeCompilationJobResponse.Builder. modelArtifacts(Consumer<ModelArtifacts.Builder> modelArtifacts)Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the compilation job.default DescribeTrainingJobResponse.BuilderDescribeTrainingJobResponse.Builder. modelArtifacts(Consumer<ModelArtifacts.Builder> modelArtifacts)Information about the Amazon S3 location that is configured for storing model artifacts.default TrainingJob.BuilderTrainingJob.Builder. modelArtifacts(Consumer<ModelArtifacts.Builder> modelArtifacts)Information about the Amazon S3 location that is configured for storing model artifacts.
-