Show / Hide Table of Contents

Class CfnPrompt.CachePointBlockProperty

Defines a section of content to be cached for reuse in subsequent API calls.

Inheritance
object
CfnPrompt.CachePointBlockProperty
Implements
CfnPrompt.ICachePointBlockProperty
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 CfnPrompt.CachePointBlockProperty : CfnPrompt.ICachePointBlockProperty
Syntax (vb)
Public Class CfnPrompt.CachePointBlockProperty Implements CfnPrompt.ICachePointBlockProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-prompt-cachepointblock.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 cachePointBlockProperty = new CachePointBlockProperty {
                 Type = "type"
             };

Synopsis

Constructors

CachePointBlockProperty()

Defines a section of content to be cached for reuse in subsequent API calls.

Properties

Type

Specifies the type of cache point within the CachePointBlock.

Constructors

CachePointBlockProperty()

Defines a section of content to be cached for reuse in subsequent API calls.

public CachePointBlockProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-prompt-cachepointblock.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 cachePointBlockProperty = new CachePointBlockProperty {
                 Type = "type"
             };

Properties

Type

Specifies the type of cache point within the CachePointBlock.

public string Type { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-prompt-cachepointblock.html#cfn-bedrock-prompt-cachepointblock-type

Implements

CfnPrompt.ICachePointBlockProperty
Back to top Generated by DocFX