Show / Hide Table of Contents

Class CfnModelInvocationJobProps

Properties for defining a CfnModelInvocationJob.

Inheritance
object
CfnModelInvocationJobProps
Implements
ICfnModelInvocationJobProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnModelInvocationJobProps : ICfnModelInvocationJobProps
Syntax (vb)
Public Class CfnModelInvocationJobProps Implements ICfnModelInvocationJobProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-modelinvocationjob.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Bedrock;

             var cfnModelInvocationJobProps = new CfnModelInvocationJobProps { };

Synopsis

Constructors

CfnModelInvocationJobProps()

Properties for defining a CfnModelInvocationJob.

Constructors

CfnModelInvocationJobProps()

Properties for defining a CfnModelInvocationJob.

public CfnModelInvocationJobProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-modelinvocationjob.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.Bedrock;

             var cfnModelInvocationJobProps = new CfnModelInvocationJobProps { };

Implements

ICfnModelInvocationJobProps
Back to top Generated by DocFX