Class BedrockRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.bedrock.model.BedrockRequest
-
- All Implemented Interfaces:
SdkPojo
- Direct Known Subclasses:
BatchDeleteEvaluationJobRequest,CreateEvaluationJobRequest,CreateGuardrailRequest,CreateGuardrailVersionRequest,CreateInferenceProfileRequest,CreateMarketplaceModelEndpointRequest,CreateModelCopyJobRequest,CreateModelCustomizationJobRequest,CreateModelImportJobRequest,CreateModelInvocationJobRequest,CreatePromptRouterRequest,CreateProvisionedModelThroughputRequest,DeleteCustomModelRequest,DeleteGuardrailRequest,DeleteImportedModelRequest,DeleteInferenceProfileRequest,DeleteMarketplaceModelEndpointRequest,DeleteModelInvocationLoggingConfigurationRequest,DeletePromptRouterRequest,DeleteProvisionedModelThroughputRequest,DeregisterMarketplaceModelEndpointRequest,GetCustomModelRequest,GetEvaluationJobRequest,GetFoundationModelRequest,GetGuardrailRequest,GetImportedModelRequest,GetInferenceProfileRequest,GetMarketplaceModelEndpointRequest,GetModelCopyJobRequest,GetModelCustomizationJobRequest,GetModelImportJobRequest,GetModelInvocationJobRequest,GetModelInvocationLoggingConfigurationRequest,GetPromptRouterRequest,GetProvisionedModelThroughputRequest,ListCustomModelsRequest,ListEvaluationJobsRequest,ListFoundationModelsRequest,ListGuardrailsRequest,ListImportedModelsRequest,ListInferenceProfilesRequest,ListMarketplaceModelEndpointsRequest,ListModelCopyJobsRequest,ListModelCustomizationJobsRequest,ListModelImportJobsRequest,ListModelInvocationJobsRequest,ListPromptRoutersRequest,ListProvisionedModelThroughputsRequest,ListTagsForResourceRequest,PutModelInvocationLoggingConfigurationRequest,RegisterMarketplaceModelEndpointRequest,StopEvaluationJobRequest,StopModelCustomizationJobRequest,StopModelInvocationJobRequest,TagResourceRequest,UntagResourceRequest,UpdateGuardrailRequest,UpdateMarketplaceModelEndpointRequest,UpdateProvisionedModelThroughputRequest
@Generated("software.amazon.awssdk:codegen") public abstract class BedrockRequest extends AwsRequest
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceBedrockRequest.Builderprotected static classBedrockRequest.BuilderImpl
-
Constructor Summary
Constructors Modifier Constructor Description protectedBedrockRequest(BedrockRequest.Builder builder)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract BedrockRequest.BuildertoBuilder()-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
equals, hashCode, overrideConfiguration
-
Methods inherited from class software.amazon.awssdk.core.SdkRequest
getValueForField
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Constructor Detail
-
BedrockRequest
protected BedrockRequest(BedrockRequest.Builder builder)
-
-
Method Detail
-
toBuilder
public abstract BedrockRequest.Builder toBuilder()
- Specified by:
toBuilderin classAwsRequest
-
-