| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
InputConfig |
InputConfig.clone() |
InputConfig |
DescribeCompilationJobResult.getInputConfig()
Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data
inputs, and the framework in which the model was trained.
|
InputConfig |
CreateCompilationJobRequest.getInputConfig()
Provides information about the location of input model artifacts, the name and shape of the expected data inputs,
and the framework in which the model was trained.
|
InputConfig |
InputConfig.withDataInputConfig(String dataInputConfig)
Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form.
|
InputConfig |
InputConfig.withFramework(Framework framework)
Identifies the framework in which the model was trained.
|
InputConfig |
InputConfig.withFramework(String framework)
Identifies the framework in which the model was trained.
|
InputConfig |
InputConfig.withFrameworkVersion(String frameworkVersion)
Specifies the framework version to use.
|
InputConfig |
InputConfig.withS3Uri(String s3Uri)
The S3 path where the model artifacts, which result from model training, are stored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeCompilationJobResult.setInputConfig(InputConfig inputConfig)
Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data
inputs, and the framework in which the model was trained.
|
void |
CreateCompilationJobRequest.setInputConfig(InputConfig inputConfig)
Provides information about the location of input model artifacts, the name and shape of the expected data inputs,
and the framework in which the model was trained.
|
DescribeCompilationJobResult |
DescribeCompilationJobResult.withInputConfig(InputConfig inputConfig)
Information about the location in Amazon S3 of the input model artifacts, the name and shape of the expected data
inputs, and the framework in which the model was trained.
|
CreateCompilationJobRequest |
CreateCompilationJobRequest.withInputConfig(InputConfig inputConfig)
Provides information about the location of input model artifacts, the name and shape of the expected data inputs,
and the framework in which the model was trained.
|
Copyright © 2023. All rights reserved.