| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
InferenceOutputConfiguration |
InferenceOutputConfiguration.clone() |
InferenceOutputConfiguration |
InferenceExecutionSummary.getDataOutputConfiguration()
Specifies configuration information for the output results from for the inference execution, including the output
Amazon S3 location.
|
InferenceOutputConfiguration |
DescribeInferenceSchedulerResult.getDataOutputConfiguration()
Specifies information for the output results for the inference scheduler, including the output S3 location.
|
InferenceOutputConfiguration |
UpdateInferenceSchedulerRequest.getDataOutputConfiguration()
Specifies information for the output results from the inference scheduler, including the output S3 location.
|
InferenceOutputConfiguration |
CreateInferenceSchedulerRequest.getDataOutputConfiguration()
Specifies configuration information for the output results for the inference scheduler, including the S3 location
for the output.
|
InferenceOutputConfiguration |
InferenceOutputConfiguration.withKmsKeyId(String kmsKeyId)
The ID number for the KMS key key used to encrypt the inference output.
|
InferenceOutputConfiguration |
InferenceOutputConfiguration.withS3OutputConfiguration(InferenceS3OutputConfiguration s3OutputConfiguration)
Specifies configuration information for the output results from for the inference, output S3 location.
|
| Modifier and Type | Method and Description |
|---|---|
void |
InferenceExecutionSummary.setDataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies configuration information for the output results from for the inference execution, including the output
Amazon S3 location.
|
void |
DescribeInferenceSchedulerResult.setDataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies information for the output results for the inference scheduler, including the output S3 location.
|
void |
UpdateInferenceSchedulerRequest.setDataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies information for the output results from the inference scheduler, including the output S3 location.
|
void |
CreateInferenceSchedulerRequest.setDataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies configuration information for the output results for the inference scheduler, including the S3 location
for the output.
|
InferenceExecutionSummary |
InferenceExecutionSummary.withDataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies configuration information for the output results from for the inference execution, including the output
Amazon S3 location.
|
DescribeInferenceSchedulerResult |
DescribeInferenceSchedulerResult.withDataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies information for the output results for the inference scheduler, including the output S3 location.
|
UpdateInferenceSchedulerRequest |
UpdateInferenceSchedulerRequest.withDataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies information for the output results from the inference scheduler, including the output S3 location.
|
CreateInferenceSchedulerRequest |
CreateInferenceSchedulerRequest.withDataOutputConfiguration(InferenceOutputConfiguration dataOutputConfiguration)
Specifies configuration information for the output results for the inference scheduler, including the S3 location
for the output.
|
Copyright © 2023. All rights reserved.