| 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 |
|---|---|
GetModelCustomizationJobResult |
AbstractAmazonBedrock.getModelCustomizationJob(GetModelCustomizationJobRequest request) |
GetModelCustomizationJobResult |
AmazonBedrock.getModelCustomizationJob(GetModelCustomizationJobRequest getModelCustomizationJobRequest)
Retrieves the properties associated with a model-customization job, including the status of the job.
|
GetModelCustomizationJobResult |
AmazonBedrockClient.getModelCustomizationJob(GetModelCustomizationJobRequest request)
Retrieves the properties associated with a model-customization job, including the status of the job.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GetModelCustomizationJobResult> |
AbstractAmazonBedrockAsync.getModelCustomizationJobAsync(GetModelCustomizationJobRequest request,
AsyncHandler<GetModelCustomizationJobRequest,GetModelCustomizationJobResult> asyncHandler) |
Future<GetModelCustomizationJobResult> |
AmazonBedrockAsyncClient.getModelCustomizationJobAsync(GetModelCustomizationJobRequest request,
AsyncHandler<GetModelCustomizationJobRequest,GetModelCustomizationJobResult> asyncHandler) |
Future<GetModelCustomizationJobResult> |
AmazonBedrockAsync.getModelCustomizationJobAsync(GetModelCustomizationJobRequest getModelCustomizationJobRequest,
AsyncHandler<GetModelCustomizationJobRequest,GetModelCustomizationJobResult> asyncHandler)
Retrieves the properties associated with a model-customization job, including the status of the job.
|
| Modifier and Type | Method and Description |
|---|---|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.addHyperParametersEntry(String key,
String value)
Add a single HyperParameters entry
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.clearHyperParametersEntries()
Removes all the entries added into HyperParameters.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.clone() |
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withBaseModelArn(String baseModelArn)
ARN of the base model.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withClientRequestToken(String clientRequestToken)
The token that you specified in the CreateCustomizationJob request.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withCreationTime(Date creationTime)
Time that the resource was created.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withCustomizationType(CustomizationType customizationType)
The type of model customization.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withCustomizationType(String customizationType)
The type of model customization.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withEndTime(Date endTime)
Time that the resource transitioned to terminal state.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withFailureMessage(String failureMessage)
Information about why the job failed.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withHyperParameters(Map<String,String> hyperParameters)
The hyperparameter values for the job.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withJobArn(String jobArn)
The ARN of the customization job.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withJobName(String jobName)
The name of the customization job.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withLastModifiedTime(Date lastModifiedTime)
Time that the resource was last modified.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withOutputDataConfig(OutputDataConfig outputDataConfig)
Output data configuration
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withOutputModelArn(String outputModelArn)
The ARN of the output model.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withOutputModelKmsKeyArn(String outputModelKmsKeyArn)
The custom model is encrypted at rest using this key.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withOutputModelName(String outputModelName)
The name of the output model.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withRoleArn(String roleArn)
The ARN of the IAM role.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withStatus(ModelCustomizationJobStatus status)
The status of the job.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withStatus(String status)
The status of the job.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withTrainingDataConfig(TrainingDataConfig trainingDataConfig) |
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withTrainingMetrics(TrainingMetrics trainingMetrics) |
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withValidationDataConfig(ValidationDataConfig validationDataConfig) |
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withValidationMetrics(Collection<ValidatorMetric> validationMetrics)
The loss metric for each validator that you provided in the createjob request.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withValidationMetrics(ValidatorMetric... validationMetrics)
The loss metric for each validator that you provided in the createjob request.
|
GetModelCustomizationJobResult |
GetModelCustomizationJobResult.withVpcConfig(VpcConfig vpcConfig)
VPC configuration for the custom model job.
|
Copyright © 2024. All rights reserved.