Class ModelInvocationJobInputDataConfig
- java.lang.Object
-
- software.amazon.awssdk.services.bedrock.model.ModelInvocationJobInputDataConfig
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<ModelInvocationJobInputDataConfig.Builder,ModelInvocationJobInputDataConfig>
@Generated("software.amazon.awssdk:codegen") public final class ModelInvocationJobInputDataConfig extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ModelInvocationJobInputDataConfig.Builder,ModelInvocationJobInputDataConfig>
Details about the location of the input to the batch inference job.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceModelInvocationJobInputDataConfig.Builderstatic classModelInvocationJobInputDataConfig.Type
-
Method Summary
-
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
-
s3InputDataConfig
public final ModelInvocationJobS3InputDataConfig s3InputDataConfig()
Contains the configuration of the S3 location of the input data.
- Returns:
- Contains the configuration of the S3 location of the input data.
-
toBuilder
public ModelInvocationJobInputDataConfig.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<ModelInvocationJobInputDataConfig.Builder,ModelInvocationJobInputDataConfig>
-
builder
public static ModelInvocationJobInputDataConfig.Builder builder()
-
serializableBuilderClass
public static Class<? extends ModelInvocationJobInputDataConfig.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.
-
fromS3InputDataConfig
public static ModelInvocationJobInputDataConfig fromS3InputDataConfig(ModelInvocationJobS3InputDataConfig s3InputDataConfig)
Create an instance of this class withs3InputDataConfig()initialized to the given value.Contains the configuration of the S3 location of the input data.
- Parameters:
s3InputDataConfig- Contains the configuration of the S3 location of the input data.
-
fromS3InputDataConfig
public static ModelInvocationJobInputDataConfig fromS3InputDataConfig(Consumer<ModelInvocationJobS3InputDataConfig.Builder> s3InputDataConfig)
Create an instance of this class withs3InputDataConfig()initialized to the given value.Contains the configuration of the S3 location of the input data.
- Parameters:
s3InputDataConfig- Contains the configuration of the S3 location of the input data.
-
type
public ModelInvocationJobInputDataConfig.Type type()
Retrieve an enum value representing which member of this object is populated. When this class is returned in a service response, this will beModelInvocationJobInputDataConfig.Type.UNKNOWN_TO_SDK_VERSIONif the service returned a member that is only known to a newer SDK version. When this class is created directly in your code, this will beModelInvocationJobInputDataConfig.Type.UNKNOWN_TO_SDK_VERSIONif zero members are set, andnullif more than one member is set.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-