| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
ModelArtifacts |
ModelArtifacts.clone() |
ModelArtifacts |
DescribeTrainingJobResult.getModelArtifacts()
Information about the Amazon S3 location that is configured for storing model artifacts.
|
ModelArtifacts |
ModelArtifacts.withS3ModelArtifacts(String s3ModelArtifacts)
The path of the S3 object that contains the model artifacts.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeTrainingJobResult.setModelArtifacts(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.
|
Copyright © 2018. All rights reserved.