View Source aws_bedrock (aws v1.0.4)
Summary
Functions
Creates a fine-tuning job to customize a base model.
Creates a provisioned throughput with dedicated capacity for a foundation model or a fine-tuned model.
Deletes a custom model that you created earlier.
Deletes a provisioned throughput.
Retrieves the properties associated with a model-customization job, including the status of the job.
Get details for a provisioned throughput.
Returns a list of the custom models that you have created with the CreateModelCustomizationJob
operation.
List of Amazon Bedrock foundation models that you can use.
Returns a list of model customization jobs that you have submitted.
List the provisioned capacities.
List the tags associated with the specified resource.
Stops an active model customization job.
Associate tags with a resource.
Remove one or more tags from a resource.
Update a provisioned throughput.
Functions
Creates a fine-tuning job to customize a base model.
You specify the base foundation model and the location of the training data. After the model-customization job completes successfully, your custom model resource will be ready to use. Training data contains input and output text for each record in a JSONL format. Optionally, you can specify validation data in the same format as the training data. Amazon Bedrock returns validation loss metrics and output generations after the job completes.
Model-customization jobs are asynchronous and the completion time depends on the base model and the training/validation data size. To monitor a job, use the GetModelCustomizationJob
operation to retrieve the job status.
Creates a provisioned throughput with dedicated capacity for a foundation model or a fine-tuned model.
For more information, see Provisioned throughput: https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html in the Bedrock User Guide.Deletes a custom model that you created earlier.
For more information, see Custom models: https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html in the Bedrock User Guide.delete_model_invocation_logging_configuration(Client, Input0, Options0)
View Sourcedelete_provisioned_model_throughput(Client, ProvisionedModelId, Input)
View SourceDeletes a provisioned throughput.
For more information, see Provisioned throughput: https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html in the Bedrock User Guide.delete_provisioned_model_throughput(Client, ProvisionedModelId, Input0, Options0)
View Sourceget_custom_model(Client, ModelIdentifier, QueryMap, HeadersMap, Options0)
View Sourceget_foundation_model(Client, ModelIdentifier, QueryMap, HeadersMap)
View Sourceget_foundation_model(Client, ModelIdentifier, QueryMap, HeadersMap, Options0)
View SourceRetrieves the properties associated with a model-customization job, including the status of the job.
For more information, see Custom models: https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html in the Bedrock User Guide.get_model_customization_job(Client, JobIdentifier, QueryMap, HeadersMap)
View Sourceget_model_customization_job(Client, JobIdentifier, QueryMap, HeadersMap, Options0)
View Sourceget_model_invocation_logging_configuration(Client, QueryMap, HeadersMap)
View Sourceget_model_invocation_logging_configuration(Client, QueryMap, HeadersMap, Options0)
View SourceGet details for a provisioned throughput.
For more information, see Provisioned throughput: https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html in the Bedrock User Guide.get_provisioned_model_throughput(Client, ProvisionedModelId, QueryMap, HeadersMap)
View Sourceget_provisioned_model_throughput(Client, ProvisionedModelId, QueryMap, HeadersMap, Options0)
View SourceReturns a list of the custom models that you have created with the CreateModelCustomizationJob
operation.
List of Amazon Bedrock foundation models that you can use.
For more information, see Foundation models: https://docs.aws.amazon.com/bedrock/latest/userguide/foundation-models.html in the Bedrock User Guide.Returns a list of model customization jobs that you have submitted.
You can filter the jobs to return based on one or more criteria.
For more information, see Custom models: https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html in the Bedrock User Guide.list_model_customization_jobs(Client, QueryMap, HeadersMap, Options0)
View SourceList the provisioned capacities.
For more information, see Provisioned throughput: https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html in the Bedrock User Guide.list_provisioned_model_throughputs(Client, QueryMap, HeadersMap, Options0)
View SourceList the tags associated with the specified resource.
For more information, see Tagging resources: https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html in the Bedrock User Guide.put_model_invocation_logging_configuration(Client, Input0, Options0)
View SourceStops an active model customization job.
For more information, see Custom models: https://docs.aws.amazon.com/bedrock/latest/userguide/custom-models.html in the Bedrock User Guide.stop_model_customization_job(Client, JobIdentifier, Input0, Options0)
View SourceAssociate tags with a resource.
For more information, see Tagging resources: https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html in the Bedrock User Guide.Remove one or more tags from a resource.
For more information, see Tagging resources: https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html in the Bedrock User Guide.update_provisioned_model_throughput(Client, ProvisionedModelId, Input)
View SourceUpdate a provisioned throughput.
For more information, see Provisioned throughput: https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-service.html in the Bedrock User Guide.