| Package | Description |
|---|---|
| com.amazonaws.services.bedrock |
Describes the API operations for creating and managing Amazon Bedrock models.
|
| com.amazonaws.services.bedrock.model |
| Modifier and Type | Method and Description |
|---|---|
GetCustomModelResult |
AmazonBedrockClient.getCustomModel(GetCustomModelRequest request)
Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see
Custom models in the
Bedrock User Guide.
|
GetCustomModelResult |
AbstractAmazonBedrock.getCustomModel(GetCustomModelRequest request) |
GetCustomModelResult |
AmazonBedrock.getCustomModel(GetCustomModelRequest getCustomModelRequest)
Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see
Custom models in the
Bedrock User Guide.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetCustomModelResult> |
AmazonBedrockAsyncClient.getCustomModelAsync(GetCustomModelRequest request) |
Future<GetCustomModelResult> |
AmazonBedrockAsync.getCustomModelAsync(GetCustomModelRequest getCustomModelRequest)
Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see
Custom models in the
Bedrock User Guide.
|
Future<GetCustomModelResult> |
AbstractAmazonBedrockAsync.getCustomModelAsync(GetCustomModelRequest request) |
Future<GetCustomModelResult> |
AmazonBedrockAsyncClient.getCustomModelAsync(GetCustomModelRequest request,
AsyncHandler<GetCustomModelRequest,GetCustomModelResult> asyncHandler) |
Future<GetCustomModelResult> |
AmazonBedrockAsync.getCustomModelAsync(GetCustomModelRequest getCustomModelRequest,
AsyncHandler<GetCustomModelRequest,GetCustomModelResult> asyncHandler)
Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see
Custom models in the
Bedrock User Guide.
|
Future<GetCustomModelResult> |
AbstractAmazonBedrockAsync.getCustomModelAsync(GetCustomModelRequest request,
AsyncHandler<GetCustomModelRequest,GetCustomModelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<GetCustomModelResult> |
AmazonBedrockAsyncClient.getCustomModelAsync(GetCustomModelRequest request,
AsyncHandler<GetCustomModelRequest,GetCustomModelResult> asyncHandler) |
Future<GetCustomModelResult> |
AmazonBedrockAsync.getCustomModelAsync(GetCustomModelRequest getCustomModelRequest,
AsyncHandler<GetCustomModelRequest,GetCustomModelResult> asyncHandler)
Get the properties associated with a Amazon Bedrock custom model that you have created.For more information, see
Custom models in the
Bedrock User Guide.
|
Future<GetCustomModelResult> |
AbstractAmazonBedrockAsync.getCustomModelAsync(GetCustomModelRequest request,
AsyncHandler<GetCustomModelRequest,GetCustomModelResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
GetCustomModelResult |
GetCustomModelResult.addHyperParametersEntry(String key,
String value)
Add a single HyperParameters entry
|
GetCustomModelResult |
GetCustomModelResult.clearHyperParametersEntries()
Removes all the entries added into HyperParameters.
|
GetCustomModelResult |
GetCustomModelResult.clone() |
GetCustomModelResult |
GetCustomModelResult.withBaseModelArn(String baseModelArn)
ARN of the base model.
|
GetCustomModelResult |
GetCustomModelResult.withCreationTime(Date creationTime)
Creation time of the model.
|
GetCustomModelResult |
GetCustomModelResult.withCustomizationType(CustomizationType customizationType)
The type of model customization.
|
GetCustomModelResult |
GetCustomModelResult.withCustomizationType(String customizationType)
The type of model customization.
|
GetCustomModelResult |
GetCustomModelResult.withHyperParameters(Map<String,String> hyperParameters)
Hyperparameter values associated with this model.
|
GetCustomModelResult |
GetCustomModelResult.withJobArn(String jobArn)
Job ARN associated with this model.
|
GetCustomModelResult |
GetCustomModelResult.withJobName(String jobName)
Job name associated with this model.
|
GetCustomModelResult |
GetCustomModelResult.withModelArn(String modelArn)
ARN associated with this model.
|
GetCustomModelResult |
GetCustomModelResult.withModelKmsKeyArn(String modelKmsKeyArn)
The custom model is encrypted at rest using this key.
|
GetCustomModelResult |
GetCustomModelResult.withModelName(String modelName)
Model name associated with this model.
|
GetCustomModelResult |
GetCustomModelResult.withOutputDataConfig(OutputDataConfig outputDataConfig)
Output data configuration associated with this custom model.
|
GetCustomModelResult |
GetCustomModelResult.withTrainingDataConfig(TrainingDataConfig trainingDataConfig)
Information about the training dataset.
|
GetCustomModelResult |
GetCustomModelResult.withTrainingMetrics(TrainingMetrics trainingMetrics)
The training metrics from the job creation.
|
GetCustomModelResult |
GetCustomModelResult.withValidationDataConfig(ValidationDataConfig validationDataConfig) |
GetCustomModelResult |
GetCustomModelResult.withValidationMetrics(Collection<ValidatorMetric> validationMetrics)
The validation metrics from the job creation.
|
GetCustomModelResult |
GetCustomModelResult.withValidationMetrics(ValidatorMetric... validationMetrics)
The validation metrics from the job creation.
|
Copyright © 2023. All rights reserved.