Interface DescribeRetrainingSchedulerResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeRetrainingSchedulerResponse.Builder,DescribeRetrainingSchedulerResponse>,LookoutEquipmentResponse.Builder,SdkBuilder<DescribeRetrainingSchedulerResponse.Builder,DescribeRetrainingSchedulerResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeRetrainingSchedulerResponse
public static interface DescribeRetrainingSchedulerResponse.Builder extends LookoutEquipmentResponse.Builder, SdkPojo, CopyableBuilder<DescribeRetrainingSchedulerResponse.Builder,DescribeRetrainingSchedulerResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeRetrainingSchedulerResponse.BuildercreatedAt(Instant createdAt)Indicates the time and date at which the retraining scheduler was created.DescribeRetrainingSchedulerResponse.BuilderlookbackWindow(String lookbackWindow)The number of past days of data used for retraining.DescribeRetrainingSchedulerResponse.BuildermodelArn(String modelArn)The ARN of the model that the retraining scheduler is attached to.DescribeRetrainingSchedulerResponse.BuildermodelName(String modelName)The name of the model that the retraining scheduler is attached to.DescribeRetrainingSchedulerResponse.BuilderpromoteMode(String promoteMode)Indicates how the service uses new models.DescribeRetrainingSchedulerResponse.BuilderpromoteMode(ModelPromoteMode promoteMode)Indicates how the service uses new models.DescribeRetrainingSchedulerResponse.BuilderretrainingFrequency(String retrainingFrequency)The frequency at which the model retraining is set.DescribeRetrainingSchedulerResponse.BuilderretrainingStartDate(Instant retrainingStartDate)The start date for the retraining scheduler.DescribeRetrainingSchedulerResponse.Builderstatus(String status)The status of the retraining scheduler.DescribeRetrainingSchedulerResponse.Builderstatus(RetrainingSchedulerStatus status)The status of the retraining scheduler.DescribeRetrainingSchedulerResponse.BuilderupdatedAt(Instant updatedAt)Indicates the time and date at which the retraining scheduler was updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lookoutequipment.model.LookoutEquipmentResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
modelName
DescribeRetrainingSchedulerResponse.Builder modelName(String modelName)
The name of the model that the retraining scheduler is attached to.
- Parameters:
modelName- The name of the model that the retraining scheduler is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelArn
DescribeRetrainingSchedulerResponse.Builder modelArn(String modelArn)
The ARN of the model that the retraining scheduler is attached to.
- Parameters:
modelArn- The ARN of the model that the retraining scheduler is attached to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retrainingStartDate
DescribeRetrainingSchedulerResponse.Builder retrainingStartDate(Instant retrainingStartDate)
The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day.
- Parameters:
retrainingStartDate- The start date for the retraining scheduler. Lookout for Equipment truncates the time you provide to the nearest UTC day.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retrainingFrequency
DescribeRetrainingSchedulerResponse.Builder retrainingFrequency(String retrainingFrequency)
The frequency at which the model retraining is set. This follows the ISO 8601 guidelines.
- Parameters:
retrainingFrequency- The frequency at which the model retraining is set. This follows the ISO 8601 guidelines.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lookbackWindow
DescribeRetrainingSchedulerResponse.Builder lookbackWindow(String lookbackWindow)
The number of past days of data used for retraining.
- Parameters:
lookbackWindow- The number of past days of data used for retraining.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DescribeRetrainingSchedulerResponse.Builder status(String status)
The status of the retraining scheduler.
- Parameters:
status- The status of the retraining scheduler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RetrainingSchedulerStatus,RetrainingSchedulerStatus
-
status
DescribeRetrainingSchedulerResponse.Builder status(RetrainingSchedulerStatus status)
The status of the retraining scheduler.
- Parameters:
status- The status of the retraining scheduler.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RetrainingSchedulerStatus,RetrainingSchedulerStatus
-
promoteMode
DescribeRetrainingSchedulerResponse.Builder promoteMode(String promoteMode)
Indicates how the service uses new models. In
MANAGEDmode, new models are used for inference if they have better performance than the current model. InMANUALmode, the new models are not used until they are manually activated.- Parameters:
promoteMode- Indicates how the service uses new models. InMANAGEDmode, new models are used for inference if they have better performance than the current model. InMANUALmode, the new models are not used until they are manually activated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelPromoteMode,ModelPromoteMode
-
promoteMode
DescribeRetrainingSchedulerResponse.Builder promoteMode(ModelPromoteMode promoteMode)
Indicates how the service uses new models. In
MANAGEDmode, new models are used for inference if they have better performance than the current model. InMANUALmode, the new models are not used until they are manually activated.- Parameters:
promoteMode- Indicates how the service uses new models. InMANAGEDmode, new models are used for inference if they have better performance than the current model. InMANUALmode, the new models are not used until they are manually activated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelPromoteMode,ModelPromoteMode
-
createdAt
DescribeRetrainingSchedulerResponse.Builder createdAt(Instant createdAt)
Indicates the time and date at which the retraining scheduler was created.
- Parameters:
createdAt- Indicates the time and date at which the retraining scheduler was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
DescribeRetrainingSchedulerResponse.Builder updatedAt(Instant updatedAt)
Indicates the time and date at which the retraining scheduler was updated.
- Parameters:
updatedAt- Indicates the time and date at which the retraining scheduler was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-