| Package | Description |
|---|---|
| software.amazon.awssdk.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
InputConfig |
DescribeCompilationJobResponse.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.
|
InputConfig |
CreateCompilationJobRequest.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.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeCompilationJobResponse.Builder |
DescribeCompilationJobResponse.Builder.inputConfig(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.Builder |
CreateCompilationJobRequest.Builder.inputConfig(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 © 2020. All rights reserved.