Class CfnModelInvocationJob

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IInspectable, IModelInvocationJobRef, IEnvironmentAware, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-08-10T14:50:58.022Z") @Stability(Stable) public class CfnModelInvocationJob extends CfnResource implements IInspectable, IModelInvocationJobRef
Resource Type definition for AWS::Bedrock::ModelInvocationJob.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.bedrock.*;
 CfnModelInvocationJob cfnModelInvocationJob = CfnModelInvocationJob.Builder.create(this, "MyCfnModelInvocationJob").build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnModelInvocationJob

      protected CfnModelInvocationJob(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnModelInvocationJob

      protected CfnModelInvocationJob(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnModelInvocationJob

      @Stability(Stable) public CfnModelInvocationJob(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnModelInvocationJobProps props)
      Create a new AWS::Bedrock::ModelInvocationJob.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      props - Resource properties.
    • CfnModelInvocationJob

      @Stability(Stable) public CfnModelInvocationJob(@NotNull software.constructs.Construct scope, @NotNull String id)
      Create a new AWS::Bedrock::ModelInvocationJob.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
  • Method Details

    • isCfnModelInvocationJob

      @Stability(Stable) @NotNull public static Boolean isCfnModelInvocationJob(@NotNull Object x)
      Checks whether the given object is a CfnModelInvocationJob.

      Parameters:
      x - This parameter is required.
    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector - tree inspector to collect and process attributes. This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrInputDataConfig

      @Stability(Stable) @NotNull public IResolvable getAttrInputDataConfig()
      Details about the location of the input to the batch inference job.
    • getAttrJobArn

      @Stability(Stable) @NotNull public String getAttrJobArn()
      The Amazon Resource Name (ARN) of the batch inference job.
    • getAttrJobExpirationTime

      @Stability(Stable) @NotNull public String getAttrJobExpirationTime()
      The time at which the batch inference job times or timed out.
    • getAttrJobName

      @Stability(Stable) @NotNull public String getAttrJobName()
      A name to give the batch inference job.
    • getAttrLastModifiedTime

      @Stability(Stable) @NotNull public String getAttrLastModifiedTime()
      The time at which the batch inference job was last modified.
    • getAttrModelId

      @Stability(Stable) @NotNull public String getAttrModelId()
      The unique identifier of the foundation model to use for the batch inference job.
    • getAttrOutputDataConfig

      @Stability(Stable) @NotNull public IResolvable getAttrOutputDataConfig()
      Details about the location of the output of the batch inference job.
    • getAttrRoleArn

      @Stability(Stable) @NotNull public String getAttrRoleArn()
      The Amazon Resource Name (ARN) of the service role with permissions to carry out and manage batch inference.
    • getAttrStatus

      @Stability(Stable) @NotNull public String getAttrStatus()
      The status of the batch inference job.
    • getAttrSubmitTime

      @Stability(Stable) @NotNull public String getAttrSubmitTime()
      The time at which the batch inference job was submitted.
    • getAttrTags

      @Stability(Stable) @NotNull public IResolvable getAttrTags()
      Any tags associated with the batch inference job.
    • getAttrTimeoutDurationInHours

      @Stability(Stable) @NotNull public Number getAttrTimeoutDurationInHours()
      The number of hours after which to force the batch inference job to time out.
    • getAttrVpcConfig

      @Stability(Stable) @NotNull public IResolvable getAttrVpcConfig()
      The configuration of a virtual private cloud (VPC).
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getCfnPropertyNames

      @Stability(Stable) @NotNull protected Map<String,String> getCfnPropertyNames()
      Overrides:
      getCfnPropertyNames in class CfnResource
    • getModelInvocationJobRef

      @Stability(Stable) @NotNull public ModelInvocationJobReference getModelInvocationJobRef()
      A reference to a ModelInvocationJob resource.
      Specified by:
      getModelInvocationJobRef in interface IModelInvocationJobRef