Class DescribeMlModelsRequest
- All Implemented Interfaces:
- SdkPojo,- ToCopyableBuilder<DescribeMlModelsRequest.Builder,- DescribeMlModelsRequest> 
- 
Nested Class SummaryNested Classes
- 
Method SummaryModifier and TypeMethodDescriptionbuilder()final Stringeq()The equal to operator.final booleanfinal booleanequalsBySdkFields(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final MLModelFilterVariableUse one of the following variables to filter a list ofMLModel:final StringUse one of the following variables to filter a list ofMLModel:final Stringge()The greater than or equal to operator.final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz) Used to retrieve the value of a field from any class that extendsSdkRequest.final Stringgt()The greater than operator.final inthashCode()final Stringle()The less than or equal to operator.final Integerlimit()The number of pages of information to include in the result.final Stringlt()The less than operator.final Stringne()The not equal to operator.final StringThe ID of the page in the paginated results.final Stringprefix()A string that is found at the beginning of a variable, such asNameorId.static Class<? extends DescribeMlModelsRequest.Builder> final SortOrderA two-value parameter that determines the sequence of the resulting list ofMLModel.final StringA two-value parameter that determines the sequence of the resulting list ofMLModel.Take this object and create a builder that contains all of the current property values of this object.final StringtoString()Returns a string representation of this object.Methods inherited from class software.amazon.awssdk.awscore.AwsRequestoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuildercopy
- 
Method Details- 
filterVariableUse one of the following variables to filter a list of MLModel:- 
 CreatedAt- Sets the search criteria toMLModelcreation date.
- 
 Status- Sets the search criteria toMLModelstatus.
- 
 Name- Sets the search criteria to the contents ofMLModelName.
- 
 IAMUser- Sets the search criteria to the user account that invoked theMLModelcreation.
- 
 TrainingDataSourceId- Sets the search criteria to theDataSourceused to train one or moreMLModel.
- 
 RealtimeEndpointStatus- Sets the search criteria to theMLModelreal-time endpoint status.
- 
 MLModelType- Sets the search criteria toMLModeltype: binary, regression, or multi-class.
- 
 Algorithm- Sets the search criteria to the algorithm that theMLModeluses.
- 
 TrainingDataURI- Sets the search criteria to the data file(s) used in training aMLModel. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
 If the service returns an enum value that is not available in the current SDK version, filterVariablewill returnMLModelFilterVariable.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfilterVariableAsString().- Returns:
- Use one of the following variables to filter a list of MLModel:- 
         CreatedAt- Sets the search criteria toMLModelcreation date.
- 
         Status- Sets the search criteria toMLModelstatus.
- 
         Name- Sets the search criteria to the contents ofMLModelName.
- 
         IAMUser- Sets the search criteria to the user account that invoked theMLModelcreation.
- 
         TrainingDataSourceId- Sets the search criteria to theDataSourceused to train one or moreMLModel.
- 
         RealtimeEndpointStatus- Sets the search criteria to theMLModelreal-time endpoint status.
- 
         MLModelType- Sets the search criteria toMLModeltype: binary, regression, or multi-class.
- 
         Algorithm- Sets the search criteria to the algorithm that theMLModeluses.
- 
         TrainingDataURI- Sets the search criteria to the data file(s) used in training aMLModel. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
 
- 
         
- See Also:
 
- 
 
- 
filterVariableAsStringUse one of the following variables to filter a list of MLModel:- 
 CreatedAt- Sets the search criteria toMLModelcreation date.
- 
 Status- Sets the search criteria toMLModelstatus.
- 
 Name- Sets the search criteria to the contents ofMLModelName.
- 
 IAMUser- Sets the search criteria to the user account that invoked theMLModelcreation.
- 
 TrainingDataSourceId- Sets the search criteria to theDataSourceused to train one or moreMLModel.
- 
 RealtimeEndpointStatus- Sets the search criteria to theMLModelreal-time endpoint status.
- 
 MLModelType- Sets the search criteria toMLModeltype: binary, regression, or multi-class.
- 
 Algorithm- Sets the search criteria to the algorithm that theMLModeluses.
- 
 TrainingDataURI- Sets the search criteria to the data file(s) used in training aMLModel. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
 If the service returns an enum value that is not available in the current SDK version, filterVariablewill returnMLModelFilterVariable.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromfilterVariableAsString().- Returns:
- Use one of the following variables to filter a list of MLModel:- 
         CreatedAt- Sets the search criteria toMLModelcreation date.
- 
         Status- Sets the search criteria toMLModelstatus.
- 
         Name- Sets the search criteria to the contents ofMLModelName.
- 
         IAMUser- Sets the search criteria to the user account that invoked theMLModelcreation.
- 
         TrainingDataSourceId- Sets the search criteria to theDataSourceused to train one or moreMLModel.
- 
         RealtimeEndpointStatus- Sets the search criteria to theMLModelreal-time endpoint status.
- 
         MLModelType- Sets the search criteria toMLModeltype: binary, regression, or multi-class.
- 
         Algorithm- Sets the search criteria to the algorithm that theMLModeluses.
- 
         TrainingDataURI- Sets the search criteria to the data file(s) used in training aMLModel. The URL can identify either a file or an Amazon Simple Storage Service (Amazon S3) bucket or directory.
 
- 
         
- See Also:
 
- 
 
- 
eqThe equal to operator. The MLModelresults will haveFilterVariablevalues that exactly match the value specified withEQ.- Returns:
- The equal to operator. The MLModelresults will haveFilterVariablevalues that exactly match the value specified withEQ.
 
- 
gtThe greater than operator. The MLModelresults will haveFilterVariablevalues that are greater than the value specified withGT.- Returns:
- The greater than operator. The MLModelresults will haveFilterVariablevalues that are greater than the value specified withGT.
 
- 
ltThe less than operator. The MLModelresults will haveFilterVariablevalues that are less than the value specified withLT.- Returns:
- The less than operator. The MLModelresults will haveFilterVariablevalues that are less than the value specified withLT.
 
- 
geThe greater than or equal to operator. The MLModelresults will haveFilterVariablevalues that are greater than or equal to the value specified withGE.- Returns:
- The greater than or equal to operator. The MLModelresults will haveFilterVariablevalues that are greater than or equal to the value specified withGE.
 
- 
leThe less than or equal to operator. The MLModelresults will haveFilterVariablevalues that are less than or equal to the value specified withLE.- Returns:
- The less than or equal to operator. The MLModelresults will haveFilterVariablevalues that are less than or equal to the value specified withLE.
 
- 
neThe not equal to operator. The MLModelresults will haveFilterVariablevalues not equal to the value specified withNE.- Returns:
- The not equal to operator. The MLModelresults will haveFilterVariablevalues not equal to the value specified withNE.
 
- 
prefixA string that is found at the beginning of a variable, such as NameorId.For example, an MLModelcould have theName2014-09-09-HolidayGiftMailer. To search for thisMLModel, selectNamefor theFilterVariableand any of the following strings for thePrefix:- 
 2014-09 
- 
 2014-09-09 
- 
 2014-09-09-Holiday 
 - Returns:
- A string that is found at the beginning of a variable, such as NameorId.For example, an MLModelcould have theName2014-09-09-HolidayGiftMailer. To search for thisMLModel, selectNamefor theFilterVariableand any of the following strings for thePrefix:- 
         2014-09 
- 
         2014-09-09 
- 
         2014-09-09-Holiday 
 
- 
         
 
- 
 
- 
sortOrderA two-value parameter that determines the sequence of the resulting list of MLModel.- 
 asc- Arranges the list in ascending order (A-Z, 0-9).
- 
 dsc- Arranges the list in descending order (Z-A, 9-0).
 Results are sorted by FilterVariable.If the service returns an enum value that is not available in the current SDK version, sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- A two-value parameter that determines the sequence of the resulting list of MLModel.- 
         asc- Arranges the list in ascending order (A-Z, 0-9).
- 
         dsc- Arranges the list in descending order (Z-A, 9-0).
 Results are sorted by FilterVariable.
- 
         
- See Also:
 
- 
 
- 
sortOrderAsStringA two-value parameter that determines the sequence of the resulting list of MLModel.- 
 asc- Arranges the list in ascending order (A-Z, 0-9).
- 
 dsc- Arranges the list in descending order (Z-A, 9-0).
 Results are sorted by FilterVariable.If the service returns an enum value that is not available in the current SDK version, sortOrderwill returnSortOrder.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromsortOrderAsString().- Returns:
- A two-value parameter that determines the sequence of the resulting list of MLModel.- 
         asc- Arranges the list in ascending order (A-Z, 0-9).
- 
         dsc- Arranges the list in descending order (Z-A, 9-0).
 Results are sorted by FilterVariable.
- 
         
- See Also:
 
- 
 
- 
nextTokenThe ID of the page in the paginated results. - Returns:
- The ID of the page in the paginated results.
 
- 
limitThe number of pages of information to include in the result. The range of acceptable values is 1through100. The default value is100.- Returns:
- The number of pages of information to include in the result. The range of acceptable values is
         1through100. The default value is100.
 
- 
toBuilderDescription copied from interface:ToCopyableBuilderTake this object and create a builder that contains all of the current property values of this object.- Specified by:
- toBuilderin interface- ToCopyableBuilder<DescribeMlModelsRequest.Builder,- DescribeMlModelsRequest> 
- Specified by:
- toBuilderin class- MachineLearningRequest
- Returns:
- a builder for type T
 
- 
builder
- 
serializableBuilderClass
- 
hashCodepublic final int hashCode()- Overrides:
- hashCodein class- AwsRequest
 
- 
equals- Overrides:
- equalsin class- AwsRequest
 
- 
equalsBySdkFieldsDescription copied from interface:SdkPojoIndicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojoclass, and is generated based on a service model.If an SdkPojoclass does not have any inherited fields,equalsBySdkFieldsandequalsare essentially the same.- Specified by:
- equalsBySdkFieldsin interface- SdkPojo
- Parameters:
- obj- the object to be compared with
- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
 
- 
toString
- 
getValueForFieldDescription copied from class:SdkRequestUsed to retrieve the value of a field from any class that extendsSdkRequest. The field name specified should match the member name from the corresponding service-2.json model specified in the codegen-resources folder for a given service. The class specifies what class to cast the returned value to. If the returned value is also a modeled class, theSdkRequest.getValueForField(String, Class)method will again be available.- Overrides:
- getValueForFieldin class- SdkRequest
- Parameters:
- fieldName- The name of the member to be retrieved.
- clazz- The class to cast the returned object to.
- Returns:
- Optional containing the casted return value
 
- 
sdkFields
- 
sdkFieldNameToField- Specified by:
- sdkFieldNameToFieldin interface- SdkPojo
- Returns:
- The mapping between the field name and its corresponding field.
 
 
-