Uses of Class
com.oracle.bmc.datascience.model.ConfigurationPropertySchema
-
Packages that use ConfigurationPropertySchema Package Description com.oracle.bmc.datascience.model -
-
Uses of ConfigurationPropertySchema in com.oracle.bmc.datascience.model
Methods in com.oracle.bmc.datascience.model that return ConfigurationPropertySchema Modifier and Type Method Description ConfigurationPropertySchema
ConfigurationPropertySchema.Builder. build()
Methods in com.oracle.bmc.datascience.model that return types with arguments of type ConfigurationPropertySchema Modifier and Type Method Description List<ConfigurationPropertySchema>
MlApplicationImplementation. getConfigurationSchema()
Schema of configuration which needs to be provided for each ML Application Instance.List<ConfigurationPropertySchema>
MlApplicationImplementationSummary. getConfigurationSchema()
Schema of configuration which needs to be provided for each ML Application Instance.List<ConfigurationPropertySchema>
MlApplicationImplementationVersion. getConfigurationSchema()
Schema of configuration which needs to be provided for each ML Application Instance.List<ConfigurationPropertySchema>
MlApplicationImplementationVersionSummary. getConfigurationSchema()
Schema of configuration which needs to be provided for each ML Application Instance.Methods in com.oracle.bmc.datascience.model with parameters of type ConfigurationPropertySchema Modifier and Type Method Description ConfigurationPropertySchema.Builder
ConfigurationPropertySchema.Builder. copy(ConfigurationPropertySchema model)
Method parameters in com.oracle.bmc.datascience.model with type arguments of type ConfigurationPropertySchema Modifier and Type Method Description MlApplicationImplementation.Builder
MlApplicationImplementation.Builder. configurationSchema(List<ConfigurationPropertySchema> configurationSchema)
Schema of configuration which needs to be provided for each ML Application Instance.MlApplicationImplementationSummary.Builder
MlApplicationImplementationSummary.Builder. configurationSchema(List<ConfigurationPropertySchema> configurationSchema)
Schema of configuration which needs to be provided for each ML Application Instance.MlApplicationImplementationVersion.Builder
MlApplicationImplementationVersion.Builder. configurationSchema(List<ConfigurationPropertySchema> configurationSchema)
Schema of configuration which needs to be provided for each ML Application Instance.MlApplicationImplementationVersionSummary.Builder
MlApplicationImplementationVersionSummary.Builder. configurationSchema(List<ConfigurationPropertySchema> configurationSchema)
Schema of configuration which needs to be provided for each ML Application Instance.Constructor parameters in com.oracle.bmc.datascience.model with type arguments of type ConfigurationPropertySchema Constructor Description MlApplicationImplementationSummary(String id, String name, String description, String mlApplicationId, String mlApplicationName, String packageVersion, List<ConfigurationPropertySchema> configurationSchema, List<String> allowedMigrationDestinations, String compartmentId, Date timeCreated, MlApplicationImplementation.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.MlApplicationImplementationVersionSummary(String id, String mlApplicationImplementationId, String name, String description, String mlApplicationId, String mlApplicationName, String packageVersion, List<ConfigurationPropertySchema> configurationSchema, List<String> allowedMigrationDestinations, Date timeCreated, MlApplicationImplementationVersion.LifecycleState lifecycleState, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-