| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
static InputConfig.Builder |
InputConfig.builder() |
InputConfig.Builder |
InputConfig.Builder.dataInputConfig(String dataInputConfig)
Specifies the name and shape of the expected data inputs for your trained model with a JSON dictionary form.
|
InputConfig.Builder |
InputConfig.Builder.framework(Framework framework)
Identifies the framework in which the model was trained.
|
InputConfig.Builder |
InputConfig.Builder.framework(String framework)
Identifies the framework in which the model was trained.
|
InputConfig.Builder |
InputConfig.Builder.frameworkVersion(String frameworkVersion)
Specifies the framework version to use.
|
InputConfig.Builder |
InputConfig.Builder.s3Uri(String s3Uri)
The S3 path where the model artifacts, which result from model training, are stored.
|
InputConfig.Builder |
InputConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InputConfig.Builder> |
InputConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateCompilationJobRequest.Builder |
CreateCompilationJobRequest.Builder.inputConfig(Consumer<InputConfig.Builder> 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.
|
default DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.inputConfig(Consumer<InputConfig.Builder> 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.
|
Copyright © 2022. All rights reserved.