| Package | Description |
|---|---|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
OutputDataConfig |
OutputDataConfig.clone() |
OutputDataConfig |
CreateModelCustomizationJobRequest.getOutputDataConfig()
S3 location for the output data.
|
OutputDataConfig |
GetCustomModelResult.getOutputDataConfig()
Output data configuration associated with this custom model.
|
OutputDataConfig |
GetModelCustomizationJobResult.getOutputDataConfig()
Output data configuration
|
OutputDataConfig |
OutputDataConfig.withS3Uri(String s3Uri)
The S3 URI where the output data is stored.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CreateModelCustomizationJobRequest.setOutputDataConfig(OutputDataConfig outputDataConfig)
S3 location for the output data.
|
void |
GetCustomModelResult.setOutputDataConfig(OutputDataConfig outputDataConfig)
Output data configuration associated with this custom model.
|
void |
GetModelCustomizationJobResult.setOutputDataConfig(OutputDataConfig outputDataConfig)
Output data configuration
|
CreateModelCustomizationJobRequest |
CreateModelCustomizationJobRequest.withOutputDataConfig(OutputDataConfig outputDataConfig)
S3 location for the output data.
|
GetCustomModelResult |
GetCustomModelResult.withOutputDataConfig(OutputDataConfig outputDataConfig)
Output data configuration associated with this custom model.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withOutputDataConfig(OutputDataConfig outputDataConfig)
Output data configuration
|
Copyright © 2024. All rights reserved.