Uses of Class
com.oracle.bmc.datascience.model.ApplicationComponent
-
Packages that use ApplicationComponent Package Description com.oracle.bmc.datascience.model -
-
Uses of ApplicationComponent in com.oracle.bmc.datascience.model
Subclasses of ApplicationComponent in com.oracle.bmc.datascience.model Modifier and Type Class Description class
DataFlowApplicationApplicationComponent
Data Flow Application application component
Note: Objects should always be created or deserialized using theDataFlowApplicationApplicationComponent.Builder
.class
DataScienceJobApplicationComponent
Data Science Job application component
Note: Objects should always be created or deserialized using theDataScienceJobApplicationComponent.Builder
.class
DataScienceModelApplicationComponent
Data Science Model application component
Note: Objects should always be created or deserialized using theDataScienceModelApplicationComponent.Builder
.class
DataSciencePipelineApplicationComponent
Data Science Pipeline application component
Note: Objects should always be created or deserialized using theDataSciencePipelineApplicationComponent.Builder
.class
GenericOciResourceApplicationComponent
Generic OCI resource application component
Note: Objects should always be created or deserialized using theGenericOciResourceApplicationComponent.Builder
.Methods in com.oracle.bmc.datascience.model that return types with arguments of type ApplicationComponent Modifier and Type Method Description List<ApplicationComponent>
MlApplicationImplementation. getApplicationComponents()
List of application components (OCI resources shared for all MlApplicationInstances).List<ApplicationComponent>
MlApplicationImplementationVersion. getApplicationComponents()
List of application components (OCI resources shared for all MlApplicationInstances).Method parameters in com.oracle.bmc.datascience.model with type arguments of type ApplicationComponent Modifier and Type Method Description MlApplicationImplementation.Builder
MlApplicationImplementation.Builder. applicationComponents(List<ApplicationComponent> applicationComponents)
List of application components (OCI resources shared for all MlApplicationInstances).MlApplicationImplementationVersion.Builder
MlApplicationImplementationVersion.Builder. applicationComponents(List<ApplicationComponent> applicationComponents)
List of application components (OCI resources shared for all MlApplicationInstances).Constructor parameters in com.oracle.bmc.datascience.model with type arguments of type ApplicationComponent Constructor Description MlApplicationImplementation(String id, String name, String description, String mlApplicationId, String mlApplicationName, String packageVersion, List<ApplicationComponent> applicationComponents, List<ConfigurationPropertySchema> configurationSchema, MlApplicationPackageArguments mlApplicationPackageArguments, List<String> allowedMigrationDestinations, ImplementationLogging logging, String compartmentId, Date timeCreated, Date timeUpdated, MlApplicationImplementation.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.MlApplicationImplementationVersion(String id, String mlApplicationImplementationId, String name, String description, String mlApplicationId, String mlApplicationName, String packageVersion, List<ApplicationComponent> applicationComponents, List<ConfigurationPropertySchema> configurationSchema, MlApplicationPackageArguments mlApplicationPackageArguments, List<String> allowedMigrationDestinations, Date timeCreated, MlApplicationImplementationVersion.LifecycleState lifecycleState, String lifecycleDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags)
Deprecated.
-