Show / Hide Table of Contents

Class JobRunWorkloadConfigurationDetails

The job run workload configuration.

Inheritance
object
WorkloadConfigurationDetails
JobRunWorkloadConfigurationDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.DatascienceService.Models
Assembly: OCI.DotNetSDK.Datascience.dll
Syntax
public class JobRunWorkloadConfigurationDetails : WorkloadConfigurationDetails

Properties

UseCaseConfiguration

Declaration
[JsonProperty(PropertyName = "useCaseConfiguration")]
public JobRunUseCaseConfigurationDetails UseCaseConfiguration { get; set; }
Property Value
Type Description
JobRunUseCaseConfigurationDetails
In this article
Back to top