Class HumanWorkflowConfig
- java.lang.Object
-
- software.amazon.awssdk.services.bedrock.model.HumanWorkflowConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<HumanWorkflowConfig.Builder,HumanWorkflowConfig>
@Generated("software.amazon.awssdk:codegen") public final class HumanWorkflowConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HumanWorkflowConfig.Builder,HumanWorkflowConfig>
Contains
SageMakerFlowDefinitionobject. The object is used to specify the prompt dataset, task type, rating method and metric names.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceHumanWorkflowConfig.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static HumanWorkflowConfig.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)StringflowDefinitionArn()The Amazon Resource Number (ARN) for the flow definition<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Stringinstructions()Instructions for the flow definitionMap<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends HumanWorkflowConfig.Builder>serializableBuilderClass()HumanWorkflowConfig.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
flowDefinitionArn
public final String flowDefinitionArn()
The Amazon Resource Number (ARN) for the flow definition
- Returns:
- The Amazon Resource Number (ARN) for the flow definition
-
instructions
public final String instructions()
Instructions for the flow definition
- Returns:
- Instructions for the flow definition
-
toBuilder
public HumanWorkflowConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<HumanWorkflowConfig.Builder,HumanWorkflowConfig>
-
builder
public static HumanWorkflowConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends HumanWorkflowConfig.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-