String baseModelIdentifier
Name of the base model.
String clientRequestToken
Unique token value that you can provide. The GetModelCustomizationJob response includes the same token value.
String customModelKmsKeyId
The custom model is encrypted at rest using this key.
String customModelName
Enter a name for the custom model.
List<E> customModelTags
Assign tags to the custom model.
Map<K,V> hyperParameters
Parameters related to tuning the model.
String jobName
Enter a unique name for the fine-tuning job.
List<E> jobTags
Assign tags to the job.
OutputDataConfig outputDataConfig
S3 location for the output data.
String roleArn
The Amazon Resource Name (ARN) of an IAM role that Bedrock can assume to perform tasks on your behalf. For
example, during model training, Bedrock needs your permission to read input data from an S3 bucket, write model
artifacts to an S3 bucket. To pass this role to Bedrock, the caller of this API must have the
iam:PassRole permission.
TrainingDataConfig trainingDataConfig
Information about the training dataset.
ValidationDataConfig validationDataConfig
Information about the validation dataset.
VpcConfig vpcConfig
VPC configuration (optional). Configuration parameters for the private Virtual Private Cloud (VPC) that contains the resources you are using for this job.
String jobArn
ARN of the fine tuning job
String modelIdentifier
Name of the model to delete.
List<E> customizationsSupported
The customization that the model supports.
List<E> inferenceTypesSupported
The inference types that the model supports.
List<E> inputModalities
The input modalities that the model supports.
String modelArn
The model ARN.
String modelId
The model identifier.
String modelName
The model name.
List<E> outputModalities
The output modalities that the model supports.
String providerName
he model's provider name.
Boolean responseStreamingSupported
Indicates whether the model supports streaming.
List<E> customizationsSupported
Whether the model supports fine-tuning or continual pre-training.
List<E> inferenceTypesSupported
The inference types that the model supports.
List<E> inputModalities
The input modalities that the model supports.
String modelArn
The ARN of the foundation model.
String modelId
The model Id of the foundation model.
String modelName
The name of the model.
List<E> outputModalities
The output modalities that the model supports.
String providerName
The model's provider name.
Boolean responseStreamingSupported
Indicates whether the model supports streaming.
String modelIdentifier
Name or ARN of the custom model.
String baseModelArn
ARN of the base model.
Date creationTime
Creation time of the model.
Map<K,V> hyperParameters
Hyperparameter values associated with this model.
String jobArn
Job ARN associated with this model.
String jobName
Job name associated with this model.
String modelArn
ARN associated with this model.
String modelKmsKeyArn
The custom model is encrypted at rest using this key.
String modelName
Model name associated with this model.
OutputDataConfig outputDataConfig
Output data configuration associated with this custom model.
TrainingDataConfig trainingDataConfig
Information about the training dataset.
TrainingMetrics trainingMetrics
The training metrics from the job creation.
ValidationDataConfig validationDataConfig
List<E> validationMetrics
The validation metrics from the job creation.
String modelIdentifier
The model identifier.
FoundationModelDetails modelDetails
Information about the foundation model.
String jobIdentifier
Identifier for the customization job.
String baseModelArn
ARN of the base model.
String clientRequestToken
The token that you specified in the CreateCustomizationJob request.
Date creationTime
Time that the resource was created.
Date endTime
Time that the resource transitioned to terminal state.
String failureMessage
Information about why the job failed.
Map<K,V> hyperParameters
The hyperparameter values for the job.
String jobArn
The ARN of the customization job.
String jobName
The name of the customization job.
Date lastModifiedTime
Time that the resource was last modified.
OutputDataConfig outputDataConfig
Output data configuration
String outputModelArn
The ARN of the output model.
String outputModelKmsKeyArn
The custom model is encrypted at rest using this key.
String outputModelName
The name of the output model.
String roleArn
The ARN of the IAM role.
String status
The status of the job. A successful job transitions from in-progress to completed when the output model is ready to use. If the job failed, the failure message contains information about why the job failed.
TrainingDataConfig trainingDataConfig
TrainingMetrics trainingMetrics
ValidationDataConfig validationDataConfig
List<E> validationMetrics
The loss metric for each validator that you provided in the createjob request.
VpcConfig vpcConfig
VPC configuration for the custom model job.
LoggingConfig loggingConfig
The current configuration values.
String baseModelArnEquals
Return custom models only if the base model ARN matches this parameter.
Date creationTimeAfter
Return custom models created after the specified time.
Date creationTimeBefore
Return custom models created before the specified time.
String foundationModelArnEquals
Return custom models only if the foundation model ARN matches this parameter.
Integer maxResults
Maximum number of results to return in the response.
String nameContains
Return custom models only if the job name contains these characters.
String nextToken
Continuation token from the previous response, for Bedrock to list the next set of results.
String sortBy
The field to sort by in the returned list of models.
String sortOrder
The sort order of the results.
Date creationTimeAfter
Return customization jobs created after the specified time.
Date creationTimeBefore
Return customization jobs created before the specified time.
Integer maxResults
Maximum number of results to return in the response.
String nameContains
Return customization jobs only if the job name contains these characters.
String nextToken
Continuation token from the previous response, for Bedrock to list the next set of results.
String sortBy
The field to sort by in the returned list of jobs.
String sortOrder
The sort order of the results.
String statusEquals
Return customization jobs with the specified status.
String resourceARN
The ARN of the resource.
CloudWatchConfig cloudWatchConfig
CloudWatch logging configuration.
Boolean embeddingDataDeliveryEnabled
Set to include embeddings data in the log delivery.
Boolean imageDataDeliveryEnabled
Set to include image data in the log delivery.
S3Config s3Config
S3 configuration for storing log data.
Boolean textDataDeliveryEnabled
Set to include text data in the log delivery.
String baseModelArn
ARN of the base model.
Date creationTime
Creation time of the custom model.
String customModelArn
ARN of the custom model.
String customModelName
Name of the custom model.
Date endTime
Time that the customization job ended.
String jobArn
ARN of the customization job.
String jobName
Name of the customization job.
Date lastModifiedTime
Time that the customization job was last modified.
String status
Status of the customization job.
String s3Uri
The S3 URI where the output data is stored.
LoggingConfig loggingConfig
The logging configuration values to set.
String jobIdentifier
Job identifier of the job to stop.
String resourceName
The name of the resource with too many tags.
String s3Uri
The S3 URI where the training data is stored.
Float trainingLoss
Loss metric associated with the custom job.
String s3Uri
The S3 URI where the validation data is stored.
Float validationLoss
The validation loss associated with this validator.
Copyright © 2023. All rights reserved.