Show / Hide Table of Contents

Class CfnApplicationInferenceProfile.InferenceProfileModelProperty

Contains information about a model.

Inheritance
object
CfnApplicationInferenceProfile.InferenceProfileModelProperty
Implements
CfnApplicationInferenceProfile.IInferenceProfileModelProperty
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 CfnApplicationInferenceProfile.InferenceProfileModelProperty : CfnApplicationInferenceProfile.IInferenceProfileModelProperty
Syntax (vb)
Public Class CfnApplicationInferenceProfile.InferenceProfileModelProperty Implements CfnApplicationInferenceProfile.IInferenceProfileModelProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-applicationinferenceprofile-inferenceprofilemodel.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 inferenceProfileModelProperty = new InferenceProfileModelProperty {
                 ModelArn = "modelArn"
             };

Synopsis

Constructors

InferenceProfileModelProperty()

Contains information about a model.

Properties

ModelArn

The Amazon Resource Name (ARN) of the model.

Constructors

InferenceProfileModelProperty()

Contains information about a model.

public InferenceProfileModelProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-applicationinferenceprofile-inferenceprofilemodel.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 inferenceProfileModelProperty = new InferenceProfileModelProperty {
                 ModelArn = "modelArn"
             };

Properties

ModelArn

The Amazon Resource Name (ARN) of the model.

public string? ModelArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-applicationinferenceprofile-inferenceprofilemodel.html#cfn-bedrock-applicationinferenceprofile-inferenceprofilemodel-modelarn

Implements

CfnApplicationInferenceProfile.IInferenceProfileModelProperty
Back to top Generated by DocFX