| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelArtifacts |
ModelArtifacts.clone() |
ModelArtifacts |
TrainingJob.getModelArtifacts()
Information about the Amazon S3 location that is configured for storing model artifacts.
|
ModelArtifacts |
DescribeTrainingJobResult.getModelArtifacts()
Information about the Amazon S3 location that is configured for storing model artifacts.
|
ModelArtifacts |
DescribeCompilationJobResult.getModelArtifacts()
Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the
compilation job.
|
ModelArtifacts |
ModelArtifacts.withS3ModelArtifacts(String s3ModelArtifacts)
The path of the S3 object that contains the model artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
TrainingJob.setModelArtifacts(ModelArtifacts modelArtifacts)
Information about the Amazon S3 location that is configured for storing model artifacts.
|
void |
DescribeTrainingJobResult.setModelArtifacts(ModelArtifacts modelArtifacts)
Information about the Amazon S3 location that is configured for storing model artifacts.
|
void |
DescribeCompilationJobResult.setModelArtifacts(ModelArtifacts modelArtifacts)
Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the
compilation job.
|
TrainingJob |
TrainingJob.withModelArtifacts(ModelArtifacts modelArtifacts)
Information about the Amazon S3 location that is configured for storing model artifacts.
|
DescribeTrainingJobResult |
DescribeTrainingJobResult.withModelArtifacts(ModelArtifacts modelArtifacts)
Information about the Amazon S3 location that is configured for storing model artifacts.
|
DescribeCompilationJobResult |
DescribeCompilationJobResult.withModelArtifacts(ModelArtifacts modelArtifacts)
Information about the location in Amazon S3 that has been configured for storing the model artifacts used in the
compilation job.
|
Copyright © 2024. All rights reserved.