Show / Hide Table of Contents

Class CloudAiLargeModelsVisionGenerateVideoExperiments

Experimental parameters for video generation.

Inheritance
object
CloudAiLargeModelsVisionGenerateVideoExperiments
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Aiplatform.v1.Data
Assembly: Google.Apis.Aiplatform.v1.dll
Syntax
public class CloudAiLargeModelsVisionGenerateVideoExperiments : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

HumanPose

Human pose parameters for Pose Control

Declaration
[JsonProperty("humanPose")]
public virtual CloudAiLargeModelsVisionHumanPose HumanPose { get; set; }
Property Value
Type Description
CloudAiLargeModelsVisionHumanPose

ModelName

Model names, as defined in: xyz

Declaration
[JsonProperty("modelName")]
public virtual string ModelName { get; set; }
Property Value
Type Description
string

NumDiffusionSteps

Number of diffusion steps

Declaration
[JsonProperty("numDiffusionSteps")]
public virtual int? NumDiffusionSteps { get; set; }
Property Value
Type Description
int?

PromptInputs

Prompt chunks for "ProModel" prompting. If set, the prompt will not be rewritten, and top-level prompt ignored.

Declaration
[JsonProperty("promptInputs")]
public virtual CloudAiLargeModelsVisionPromptInputs PromptInputs { get; set; }
Property Value
Type Description
CloudAiLargeModelsVisionPromptInputs

VideoTransformMaskGcsUri

GCS URI of the grayscale video mask for Differential Diffusion. Maps to sdedit_video_tmax_scale_map

Declaration
[JsonProperty("videoTransformMaskGcsUri")]
public virtual string VideoTransformMaskGcsUri { get; set; }
Property Value
Type Description
string

VideoTransformStrength

SDEdit: Scalar noise level (0.0 to 1.0) Maps to sdedit_tmax

Declaration
[JsonProperty("videoTransformStrength")]
public virtual float? VideoTransformStrength { get; set; }
Property Value
Type Description
float?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX