Class CreateBatchPredictionRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.machinelearning.model.MachineLearningRequest
-
- software.amazon.awssdk.services.machinelearning.model.CreateBatchPredictionRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<CreateBatchPredictionRequest.Builder,CreateBatchPredictionRequest>
@Generated("software.amazon.awssdk:codegen") public final class CreateBatchPredictionRequest extends MachineLearningRequest implements ToCopyableBuilder<CreateBatchPredictionRequest.Builder,CreateBatchPredictionRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceCreateBatchPredictionRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbatchPredictionDataSourceId()The ID of theDataSourcethat points to the group of observations to predict.StringbatchPredictionId()A user-supplied ID that uniquely identifies theBatchPrediction.StringbatchPredictionName()A user-supplied name or description of theBatchPrediction.static CreateBatchPredictionRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringmlModelId()The ID of theMLModelthat will generate predictions for the group of observations.StringoutputUri()The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch prediction results.Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends CreateBatchPredictionRequest.Builder>serializableBuilderClass()CreateBatchPredictionRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
batchPredictionId
public final String batchPredictionId()
A user-supplied ID that uniquely identifies the
BatchPrediction.- Returns:
- A user-supplied ID that uniquely identifies the
BatchPrediction.
-
batchPredictionName
public final String batchPredictionName()
A user-supplied name or description of the
BatchPrediction.BatchPredictionNamecan only use the UTF-8 character set.- Returns:
- A user-supplied name or description of the
BatchPrediction.BatchPredictionNamecan only use the UTF-8 character set.
-
mlModelId
public final String mlModelId()
The ID of the
MLModelthat will generate predictions for the group of observations.- Returns:
- The ID of the
MLModelthat will generate predictions for the group of observations.
-
batchPredictionDataSourceId
public final String batchPredictionDataSourceId()
The ID of the
DataSourcethat points to the group of observations to predict.- Returns:
- The ID of the
DataSourcethat points to the group of observations to predict.
-
outputUri
public final String outputUri()
The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch prediction results. The following substrings are not allowed in the
s3 keyportion of theoutputURIfield: ':', '//', '/./', '/../'.Amazon ML needs permissions to store and retrieve the logs on your behalf. For information about how to set permissions, see the Amazon Machine Learning Developer Guide.
- Returns:
- The location of an Amazon Simple Storage Service (Amazon S3) bucket or directory to store the batch
prediction results. The following substrings are not allowed in the
s3 keyportion of theoutputURIfield: ':', '//', '/./', '/../'.Amazon ML needs permissions to store and retrieve the logs on your behalf. For information about how to set permissions, see the Amazon Machine Learning Developer Guide.
-
toBuilder
public CreateBatchPredictionRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<CreateBatchPredictionRequest.Builder,CreateBatchPredictionRequest>- Specified by:
toBuilderin classMachineLearningRequest
-
builder
public static CreateBatchPredictionRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends CreateBatchPredictionRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-