public static interface GetModelVersionResponse.Builder extends FraudDetectorResponse.Builder, SdkPojo, CopyableBuilder<GetModelVersionResponse.Builder,GetModelVersionResponse>
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetModelVersionResponse.Builder modelId(String modelId)
The model ID.
modelId - The model ID.GetModelVersionResponse.Builder modelType(String modelType)
The model type.
modelType - The model type.ModelTypeEnum,
ModelTypeEnumGetModelVersionResponse.Builder modelType(ModelTypeEnum modelType)
The model type.
modelType - The model type.ModelTypeEnum,
ModelTypeEnumGetModelVersionResponse.Builder modelVersionNumber(String modelVersionNumber)
The model version number.
modelVersionNumber - The model version number.GetModelVersionResponse.Builder trainingDataSource(String trainingDataSource)
The training data source.
trainingDataSource - The training data source.TrainingDataSourceEnum,
TrainingDataSourceEnumGetModelVersionResponse.Builder trainingDataSource(TrainingDataSourceEnum trainingDataSource)
The training data source.
trainingDataSource - The training data source.TrainingDataSourceEnum,
TrainingDataSourceEnumGetModelVersionResponse.Builder trainingDataSchema(TrainingDataSchema trainingDataSchema)
The training data schema.
trainingDataSchema - The training data schema.default GetModelVersionResponse.Builder trainingDataSchema(Consumer<TrainingDataSchema.Builder> trainingDataSchema)
The training data schema.
This is a convenience method that creates an instance of theTrainingDataSchema.Builder avoiding the
need to create one manually via TrainingDataSchema.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to trainingDataSchema(TrainingDataSchema).
trainingDataSchema - a consumer that will call methods on TrainingDataSchema.BuildertrainingDataSchema(TrainingDataSchema)GetModelVersionResponse.Builder externalEventsDetail(ExternalEventsDetail externalEventsDetail)
The details of the external events data used for training the model version. This will be populated if the
trainingDataSource is EXTERNAL_EVENTS
externalEventsDetail - The details of the external events data used for training the model version. This will be populated if
the trainingDataSource is EXTERNAL_EVENTSdefault GetModelVersionResponse.Builder externalEventsDetail(Consumer<ExternalEventsDetail.Builder> externalEventsDetail)
The details of the external events data used for training the model version. This will be populated if the
trainingDataSource is EXTERNAL_EVENTS
ExternalEventsDetail.Builder avoiding
the need to create one manually via ExternalEventsDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to externalEventsDetail(ExternalEventsDetail).
externalEventsDetail - a consumer that will call methods on ExternalEventsDetail.BuilderexternalEventsDetail(ExternalEventsDetail)GetModelVersionResponse.Builder ingestedEventsDetail(IngestedEventsDetail ingestedEventsDetail)
The details of the ingested events data used for training the model version. This will be populated if the
trainingDataSource is INGESTED_EVENTS.
ingestedEventsDetail - The details of the ingested events data used for training the model version. This will be populated if
the trainingDataSource is INGESTED_EVENTS.default GetModelVersionResponse.Builder ingestedEventsDetail(Consumer<IngestedEventsDetail.Builder> ingestedEventsDetail)
The details of the ingested events data used for training the model version. This will be populated if the
trainingDataSource is INGESTED_EVENTS.
IngestedEventsDetail.Builder avoiding
the need to create one manually via IngestedEventsDetail.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to ingestedEventsDetail(IngestedEventsDetail).
ingestedEventsDetail - a consumer that will call methods on IngestedEventsDetail.BuilderingestedEventsDetail(IngestedEventsDetail)GetModelVersionResponse.Builder status(String status)
The model version status.
Possible values are:
TRAINING_IN_PROGRESS
TRAINING_COMPLETE
ACTIVATE_REQUESTED
ACTIVATE_IN_PROGRESS
ACTIVE
INACTIVATE_REQUESTED
INACTIVATE_IN_PROGRESS
INACTIVE
ERROR
status - The model version status.
Possible values are:
TRAINING_IN_PROGRESS
TRAINING_COMPLETE
ACTIVATE_REQUESTED
ACTIVATE_IN_PROGRESS
ACTIVE
INACTIVATE_REQUESTED
INACTIVATE_IN_PROGRESS
INACTIVE
ERROR
GetModelVersionResponse.Builder arn(String arn)
The model version ARN.
arn - The model version ARN.Copyright © 2022. All rights reserved.