Class CfnAIGuardrailVersionProps
Properties for defining a CfnAIGuardrailVersion
.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.Wisdom
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnAIGuardrailVersionProps : ICfnAIGuardrailVersionProps
Syntax (vb)
Public Class CfnAIGuardrailVersionProps Implements ICfnAIGuardrailVersionProps
Remarks
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.Wisdom;
var cfnAIGuardrailVersionProps = new CfnAIGuardrailVersionProps {
AiGuardrailId = "aiGuardrailId",
AssistantId = "assistantId",
// the properties below are optional
ModifiedTimeSeconds = 123
};
Synopsis
Constructors
CfnAIGuardrailVersionProps() | Properties for defining a |
Properties
AiGuardrailId | The ID of the AI guardrail version. |
AssistantId | The ID of the AI guardrail version assistant. |
ModifiedTimeSeconds | The modified time of the AI guardrail version in seconds. |
Constructors
CfnAIGuardrailVersionProps()
Properties for defining a CfnAIGuardrailVersion
.
public CfnAIGuardrailVersionProps()
Remarks
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.Wisdom;
var cfnAIGuardrailVersionProps = new CfnAIGuardrailVersionProps {
AiGuardrailId = "aiGuardrailId",
AssistantId = "assistantId",
// the properties below are optional
ModifiedTimeSeconds = 123
};
Properties
AiGuardrailId
The ID of the AI guardrail version.
public string AiGuardrailId { get; set; }
Property Value
Remarks
AssistantId
The ID of the AI guardrail version assistant.
public string AssistantId { get; set; }
Property Value
Remarks
ModifiedTimeSeconds
The modified time of the AI guardrail version in seconds.
public double? ModifiedTimeSeconds { get; set; }