| Package | Description |
|---|---|
| com.amazonaws.services.lookoutequipment.model |
| Modifier and Type | Method and Description |
|---|---|
LabelsInputConfiguration |
LabelsInputConfiguration.clone() |
LabelsInputConfiguration |
CreateModelRequest.getLabelsInputConfiguration()
The input configuration for the labels being used for the ML model that's being created.
|
LabelsInputConfiguration |
DescribeModelResult.getLabelsInputConfiguration()
Specifies configuration information about the labels input, including its S3 location.
|
LabelsInputConfiguration |
LabelsInputConfiguration.withLabelGroupName(String labelGroupName)
The name of the label group to be used for label data.
|
LabelsInputConfiguration |
LabelsInputConfiguration.withS3InputConfiguration(LabelsS3InputConfiguration s3InputConfiguration)
Contains location information for the S3 location being used for label data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateModelRequest.setLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
The input configuration for the labels being used for the ML model that's being created.
|
void |
DescribeModelResult.setLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
Specifies configuration information about the labels input, including its S3 location.
|
CreateModelRequest |
CreateModelRequest.withLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
The input configuration for the labels being used for the ML model that's being created.
|
DescribeModelResult |
DescribeModelResult.withLabelsInputConfiguration(LabelsInputConfiguration labelsInputConfiguration)
Specifies configuration information about the labels input, including its S3 location.
|
Copyright © 2022. All rights reserved.