| Package | Description |
|---|---|
| com.amazonaws.services.sagemaker.model |
| Modifier and Type | Method and Description |
|---|---|
EdgeOutputConfig |
EdgeOutputConfig.clone() |
EdgeOutputConfig |
UpdateDeviceFleetRequest.getOutputConfig()
Output configuration for storing sample data collected by the fleet.
|
EdgeOutputConfig |
GetDeviceFleetReportResult.getOutputConfig()
The output configuration for storing sample data collected by the fleet.
|
EdgeOutputConfig |
DescribeEdgePackagingJobResult.getOutputConfig()
The output configuration for the edge packaging job.
|
EdgeOutputConfig |
DescribeDeviceFleetResult.getOutputConfig()
The output configuration for storing sampled data.
|
EdgeOutputConfig |
CreateEdgePackagingJobRequest.getOutputConfig()
Provides information about the output location for the packaged model.
|
EdgeOutputConfig |
CreateDeviceFleetRequest.getOutputConfig()
The output configuration for storing sample data collected by the fleet.
|
EdgeOutputConfig |
EdgeOutputConfig.withKmsKeyId(String kmsKeyId)
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to
encrypt data on the storage volume after compilation job.
|
EdgeOutputConfig |
EdgeOutputConfig.withPresetDeploymentConfig(String presetDeploymentConfig)
The configuration used to create deployment artifacts.
|
EdgeOutputConfig |
EdgeOutputConfig.withPresetDeploymentType(EdgePresetDeploymentType presetDeploymentType)
The deployment type SageMaker Edge Manager will create.
|
EdgeOutputConfig |
EdgeOutputConfig.withPresetDeploymentType(String presetDeploymentType)
The deployment type SageMaker Edge Manager will create.
|
EdgeOutputConfig |
EdgeOutputConfig.withS3OutputLocation(String s3OutputLocation)
The Amazon Simple Storage (S3) bucker URI.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateDeviceFleetRequest.setOutputConfig(EdgeOutputConfig outputConfig)
Output configuration for storing sample data collected by the fleet.
|
void |
GetDeviceFleetReportResult.setOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sample data collected by the fleet.
|
void |
DescribeEdgePackagingJobResult.setOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for the edge packaging job.
|
void |
DescribeDeviceFleetResult.setOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sampled data.
|
void |
CreateEdgePackagingJobRequest.setOutputConfig(EdgeOutputConfig outputConfig)
Provides information about the output location for the packaged model.
|
void |
CreateDeviceFleetRequest.setOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sample data collected by the fleet.
|
UpdateDeviceFleetRequest |
UpdateDeviceFleetRequest.withOutputConfig(EdgeOutputConfig outputConfig)
Output configuration for storing sample data collected by the fleet.
|
GetDeviceFleetReportResult |
GetDeviceFleetReportResult.withOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sample data collected by the fleet.
|
DescribeEdgePackagingJobResult |
DescribeEdgePackagingJobResult.withOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for the edge packaging job.
|
DescribeDeviceFleetResult |
DescribeDeviceFleetResult.withOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sampled data.
|
CreateEdgePackagingJobRequest |
CreateEdgePackagingJobRequest.withOutputConfig(EdgeOutputConfig outputConfig)
Provides information about the output location for the packaged model.
|
CreateDeviceFleetRequest |
CreateDeviceFleetRequest.withOutputConfig(EdgeOutputConfig outputConfig)
The output configuration for storing sample data collected by the fleet.
|
Copyright © 2022. All rights reserved.